Class AppCommand
java.lang.Object
info.ejava.examples.app.config.configproperties.AppCommand
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
@Component
public class AppCommand
extends Object
implements org.springframework.boot.CommandLineRunner
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BoatProperties
private BusinessProperties
private CarProperties
private CompanyProperties
private CorporationProperties
private PersonProperties
private PersonProperties
private RouteProperties
private UserProperties
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
carProperties
-
boatProperties
-
companyProperties
-
businessProperties
-
corporationProperties
-
routeProperties
-
userProps
-
ownerProps
-
manager
-
-
Constructor Details
-
AppCommand
public AppCommand()
-
-
Method Details
-
run
- Specified by:
run
in interfaceorg.springframework.boot.CommandLineRunner
- Throws:
Exception
-