mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
12 lines
717 B
Plaintext
12 lines
717 B
Plaintext
org.springframework.cloud.bootstrap.BootstrapConfiguration=\
|
|
com.alibaba.cloud.nacos.NacosConfigBootstrapConfiguration
|
|
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
|
com.alibaba.cloud.nacos.NacosConfigAutoConfiguration,\
|
|
com.alibaba.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration
|
|
org.springframework.boot.diagnostics.FailureAnalyzer=\
|
|
com.alibaba.cloud.nacos.diagnostics.analyzer.NacosConnectionFailureAnalyzer
|
|
org.springframework.boot.env.PropertySourceLoader=\
|
|
com.alibaba.cloud.nacos.parser.NacosJsonPropertySourceLoader,\
|
|
com.alibaba.cloud.nacos.parser.NacosXmlPropertySourceLoader
|
|
org.springframework.context.ApplicationListener=\
|
|
com.alibaba.cloud.nacos.logging.NacosLoggingListener |