Class ShellRunnerAutoConfiguration.PrimaryCommandConfiguration

java.lang.Object
org.springframework.shell.boot.ShellRunnerAutoConfiguration.PrimaryCommandConfiguration
Enclosing class:
ShellRunnerAutoConfiguration

@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(SpringShellProperties.class) @Conditional(OnPrimaryCommandCondition.class) public static class ShellRunnerAutoConfiguration.PrimaryCommandConfiguration extends Object
  • Constructor Details

    • PrimaryCommandConfiguration

      public PrimaryCommandConfiguration()
  • Method Details

    • nonInteractiveApplicationRunner

      @Bean @ConditionalOnProperty(prefix="spring.shell.noninteractive", value="enabled", havingValue="true", matchIfMissing=true) public org.springframework.shell.jline.NonInteractiveShellRunner nonInteractiveApplicationRunner(org.springframework.shell.Shell shell, org.springframework.shell.context.ShellContext shellContext, org.springframework.beans.factory.ObjectProvider<NonInteractiveShellRunnerCustomizer> customizer, SpringShellProperties properties)