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

delete useless field and add additional configuration metadata

This commit is contained in:
flystar32
2019-03-11 16:38:57 +08:00
parent 4d2de76e4b
commit 5923f41fac
2 changed files with 15 additions and 26 deletions

View File

@@ -32,6 +32,12 @@
"name": "spring.cloud.nacos.config.ext-config",
"type": "java.util.List",
"description": "a set of extended configurations ."
},
{
"name": "spring.cloud.nacos.config.enabled",
"type": "java.lang.Boolean",
"defaultValue": true,
"description": "enable nacos config or not."
}
]
}