Class HouseRentalsTestingApp

java.lang.Object
info.ejava_student.starter.assignment1.testing.houserentals.HouseRentalsTestingApp

@SpringBootApplication(scanBasePackageClasses=RentersConfiguration.class) public class HouseRentalsTestingApp extends Object
  • Constructor Details

    • HouseRentalsTestingApp

      public HouseRentalsTestingApp()
  • Method Details

    • main

      public static void main(String... args)
    • lambdaDemo

      @Bean org.springframework.boot.CommandLineRunner lambdaDemo(RentersService rentersService)