Class RentersPageableConfiguration
java.lang.Object
info.ejava.assignments.pageable.houserenters.svc.renters.RentersPageableConfiguration
@Configuration(proxyBeanMethods=false)
@AutoConfigureBefore(RentersAPIConfiguration.class)
public class RentersPageableConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RentersPageableConfiguration
public RentersPageableConfiguration()
-
-
Method Details
-
rentersPageableController
@Bean @ConditionalOnMissingBean public RentersPageableController rentersPageableController(RentersService rentersService) -
rentersPageableExceptionAdvice
@Bean @ConditionalOnMissingBean public RentersPageableExceptionAdvice rentersPageableExceptionAdvice()
-