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:
parent
5cf6d56393
commit
62402b8834
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user