1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Detele diamond health check.

This commit is contained in:
Xiaolong Zuo
2018-10-29 11:09:00 +08:00
committed by GitHub
parent 5cf6d56393
commit 62402b8834

View File

@@ -50,8 +50,6 @@ public class AcmPropertySourceLocator implements PropertySourceLocator {
@Override
public PropertySource<?> locate(Environment environment) {
checkDiamondHealth();
String applicationName = environment.getProperty("spring.application.name");
logger.info("Initialize spring.application.name '" + applicationName + "'.");
String applicationGroup = environment.getProperty("spring.application.group");