Package org.tbk.ngtor.command
Class CheckCommand
java.lang.Object
org.tbk.ngtor.command.CheckCommand
- All Implemented Interfaces:
org.springframework.boot.ApplicationRunner
@Component
@ConditionalOnCommand("check")
public class CheckCommand
extends Object
implements org.springframework.boot.ApplicationRunner
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CheckCommand
public CheckCommand()
-
-
Method Details
-
run
public void run(org.springframework.boot.ApplicationArguments args) - Specified by:
runin interfaceorg.springframework.boot.ApplicationRunner
-