Package org.springframework.shell.boot
Class StandardCommandsAutoConfiguration
java.lang.Object
org.springframework.shell.boot.StandardCommandsAutoConfiguration
@AutoConfiguration
@EnableConfigurationProperties(SpringShellProperties.class)
public class StandardCommandsAutoConfiguration
extends Object
Creates beans for standard commands.
- Author:
- Eric Bottard, Mahmoud Ben Hassine, Piotr Olaszewski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
StandardCommandsAutoConfiguration
public StandardCommandsAutoConfiguration()
-
-
Method Details
-
helpCommand
@Bean @ConditionalOnProperty(value="spring.shell.command.help.enabled", havingValue="true", matchIfMissing=true) public Command helpCommand() -
clearCommand
@Bean @ConditionalOnProperty(value="spring.shell.command.clear.enabled", havingValue="true", matchIfMissing=true) public Command clearCommand() -
versionCommand
@Bean @ConditionalOnProperty(value="spring.shell.command.version.enabled", havingValue="true", matchIfMissing=true) public Command versionCommand()
-