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 © 2024. All rights reserved.