Class MongoHouseRentalsConfiguration
java.lang.Object
info.ejava_student.starter.assignment5.mongo.houserentals.MongoHouseRentalsConfiguration
@ConditionalOnProperty(prefix="rentals",
name="impl",
havingValue="mongo",
matchIfMissing=false)
public class MongoHouseRentalsConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapper()mongoHouseRentalsService(MongoHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper)
-
Constructor Details
-
MongoHouseRentalsConfiguration
public MongoHouseRentalsConfiguration()
-
-
Method Details
-
mapper
-
mongoHouseRentalsService
@Bean @Order(-2147483648) public HouseRentalsService mongoHouseRentalsService(MongoHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper)
-