mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Merge pull request #69 from xiaolongzuo/master
Detele diamond health check.
This commit is contained in:
commit
721df2850e
@ -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