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

update default group to DEFAULT_GROUP

This commit is contained in:
flystar32 2019-08-26 18:05:59 +08:00
parent d6addc4924
commit 68c644f956

View File

@ -111,7 +111,7 @@ public class NacosDiscoveryProperties {
/** /**
* group name for nacos * group name for nacos
*/ */
private String group = "DEFAULT"; private String group = "DEFAULT_GROUP";
/** /**
* naming load from local cache at application start. true is load. * naming load from local cache at application start. true is load.