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:
parent
9c04b327a1
commit
c1b7a3756a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user