@Configuration @ConditionalOnClass(value=ThinJarAppDeployer.class) public class ThinJarAppDeployerAutoConfiguration extends Object
Constructor and Description |
---|
ThinJarAppDeployerAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.deployer.spi.app.AppDeployer |
appDeployer() |
org.springframework.cloud.deployer.spi.task.TaskLauncher |
taskLauncher() |
@Bean @ConditionalOnMissingBean(value=org.springframework.cloud.deployer.spi.app.AppDeployer.class) public org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer()
@Bean @ConditionalOnMissingBean(value=org.springframework.cloud.deployer.spi.task.TaskLauncher.class) public org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.