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

fix issue#1456

This commit is contained in:
yuhuangbin
2020-05-17 12:50:03 +08:00
parent 9737f0dfbb
commit 8a68526da7
4 changed files with 21 additions and 0 deletions

View File

@@ -23,6 +23,12 @@
"defaultValue": true,
"description": "enable nacos discovery or not."
},
{
"name": "spring.cloud.nacos.discovery.instance-enabled",
"type": "java.lang.Boolean",
"defaultValue": true,
"description": "If instance is enabled to accept request. The default value is true."
},
{
"name": "spring.cloud.nacos.discovery.namingLoadCacheAtStart",
"type": "java.lang.Boolean",