java.lang.Object
info.ejava_student.starter.assignment1.autoconfig.rentals.AppCommand
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

public class AppCommand extends Object implements org.springframework.boot.CommandLineRunner
  • Field Details

    • rentalsService

      private RentalsService rentalsService
    • rentalsActive

      private String rentalsActive
    • rentalsPreference

      private String rentalsPreference
  • Constructor Details

    • AppCommand

      public AppCommand()
  • Method Details

    • run

      public void run(String... args) throws Exception
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception