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