- 所有已实现的接口:
- org.springframework.beans.factory.Aware, org.springframework.context.EnvironmentAware
@Configuration
@EnableConfigurationProperties(value={OrchestrationSpringBootConfigurationProperties.class,SpringBootShardingRuleConfigurationProperties.class,SpringBootMasterSlaveRuleConfigurationProperties.class})
public class OrchestrationSpringBootConfiguration
extends Object
implements org.springframework.context.EnvironmentAware
Orchestration spring boot sharding and master-slave configuration.
- 作者:
- caohao