@Configuration public class ShellCommandLineConfiguration extends Object
Constructor and Description |
---|
ShellCommandLineConfiguration() |
Modifier and Type | Method and Description |
---|---|
ShellCommandLineRunner |
commandLineRunner()
Return the interactive command line runner.
|
@Bean @ConditionalOnMissingBean(type="org.springframework.cloud.deployer.resource.registry.UriRegistry") public ShellCommandLineRunner commandLineRunner()
ConditionalOnMissingBean
annotation is used so that this interactive command line runner is not created when
running the shell in the same process as the Data Flow server.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.