public interface ShellRunner
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canRun(org.springframework.boot.ApplicationArguments args)Checks if a particular shell runner can execute. | 
| void | run(org.springframework.boot.ApplicationArguments args)Execute application. | 
Copyright © 2023. All rights reserved.