Package org.springframework.shell.boot
Class ApplicationRunnerAutoConfiguration
java.lang.Object
org.springframework.shell.boot.ApplicationRunnerAutoConfiguration
@AutoConfiguration
@EnableConfigurationProperties(SpringShellProperties.class)
public class ApplicationRunnerAutoConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.shell.DefaultShellApplicationRunnerdefaultShellApplicationRunner(List<org.springframework.shell.ShellRunner> shellRunners)
-
Constructor Details
-
ApplicationRunnerAutoConfiguration
public ApplicationRunnerAutoConfiguration()
-
-
Method Details
-
defaultShellApplicationRunner
@Bean @ConditionalOnMissingBean(org.springframework.shell.ShellApplicationRunner.class) public org.springframework.shell.DefaultShellApplicationRunner defaultShellApplicationRunner(List<org.springframework.shell.ShellRunner> shellRunners)
-