Class RentersAPIConfiguration
java.lang.Object
info.ejava.assignments.api.houserenters.svc.renters.RentersAPIConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrentersController
(RentersService rentersService) rentersServiceDTOMapImpl
(RentersDTORepository rentersDTORepository)
-
Constructor Details
-
RentersAPIConfiguration
public RentersAPIConfiguration()
-
-
Method Details
-
rentersDTORepository
-
rentersServiceDTOMapImpl
-
rentersController
@Bean @ConditionalOnMissingBean public RentersController rentersController(RentersService rentersService) -
rentersExceptionAdvice
-