@Configuration @EnableConfigurationProperties(value=org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.class) public static class TestServiceManager.Config extends Object
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
TestServiceManager.Config.Startup |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.deployer.spi.app.AppDeployer |
appDeployer(org.springframework.cloud.deployer.spi.local.LocalDeployerProperties properties)
In tests, forces the
AppDeployer to have an implementation. |
@Bean public org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer(org.springframework.cloud.deployer.spi.local.LocalDeployerProperties properties)
AppDeployer to have an implementation.properties - the deployer properties needed to initialize the deployer instanceCopyright © 2022. All rights reserved.