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

set default value of nacos config enabled to true

This commit is contained in:
flystar32 2019-02-19 15:58:33 +08:00
parent 9c04b327a1
commit c1b7a3756a

View File

@ -56,7 +56,7 @@ public class NacosConfigProperties {
/** /**
* whether to enable nacos config. * whether to enable nacos config.
*/ */
private boolean enabled; private boolean enabled = true;
/** /**
* nacos config server address * nacos config server address