@Configuration @EnableConfigurationProperties(value=LocalDeployerProperties.class) @AutoConfigureOrder(value=-2147483648) public class LocalDeployerAutoConfiguration extends Object
LocalAppDeployer
and LocalTaskLauncher
Constructor and Description |
---|
LocalDeployerAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.deployer.spi.app.AppDeployer |
appDeployer(LocalDeployerProperties properties) |
org.springframework.cloud.deployer.spi.task.TaskLauncher |
taskLauncher(LocalDeployerProperties properties) |
@Bean @ConditionalOnMissingBean(value=org.springframework.cloud.deployer.spi.app.AppDeployer.class) public org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer(LocalDeployerProperties properties)
@Bean @ConditionalOnMissingBean(value=org.springframework.cloud.deployer.spi.task.TaskLauncher.class) public org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher(LocalDeployerProperties properties)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.