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
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.shell.boot.ApplicationRunnerAutoConfiguration.ApplicationReadyEventListener
defaultShellApplicationRunner
(List<ShellRunner> shellRunners)
-
Constructor Details
-
ApplicationRunnerAutoConfiguration
public ApplicationRunnerAutoConfiguration()
-
-
Method Details
-
defaultShellApplicationRunner
@Bean @ConditionalOnMissingBean(ShellApplicationRunner.class) public DefaultShellApplicationRunner defaultShellApplicationRunner(List<ShellRunner> shellRunners) -
applicationReadyEventListener
@Bean @ConditionalOnProperty(prefix="spring.shell.context", name="close", havingValue="true") public org.springframework.shell.boot.ApplicationRunnerAutoConfiguration.ApplicationReadyEventListener applicationReadyEventListener()
-