Class HouseRentalsDbApp
java.lang.Object
info.ejava_student.starter.assignment5.db.HouseRentalsDbApp
@SpringBootApplication(scanBasePackageClasses={JpaHouseRentalsConfiguration.class,MongoHouseRentalsConfiguration.class,PageableConfiguration.class,AOPConfiguration.class,SecurityConfiguration.class,SecureHouseRentalsConfiguration.class})
public class HouseRentalsDbApp
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChainh2Configuration(org.springframework.security.config.annotation.web.builders.HttpSecurity http) static void
-
Constructor Details
-
HouseRentalsDbApp
public HouseRentalsDbApp()
-
-
Method Details