@Configuration(proxyBeanMethods=false) @Profile(value="cloud") @AutoConfigureOrder(value=-2147483628) @ConditionalOnClass(value=org.springframework.cloud.config.java.CloudScanConfiguration.class) @ConditionalOnMissingBean(value=org.springframework.cloud.Cloud.class) @Import(value=org.springframework.cloud.config.java.CloudScanConfiguration.class) public class CloudServiceConnectorsAutoConfiguration extends Object
Auto-configuration
for Spring Cloud Service Connectors.
Activates when there is no bean of type Cloud
and the "cloud" profile is
active.
Once in effect, the auto-configuration is the equivalent of adding the
@CloudScan
annotation in one of the configuration file. Specifically,
it adds a bean for each service bound to the application and one for
ApplicationInstanceInfo
.
Modifier and Type | Field and Description |
---|---|
static int |
ORDER |
Constructor and Description |
---|
CloudServiceConnectorsAutoConfiguration() |
public static final int ORDER
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.