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

modify the metadata of type and defaultValue for spring cloud cloud nacos config

This commit is contained in:
pbting 2018-12-04 14:30:58 +08:00
parent 46570f8ce3
commit 4e76fbe773

View File

@ -21,19 +21,16 @@
{
"name": "spring.cloud.nacos.config.shared-dataids",
"type": "java.lang.String",
"defaultValue": "properties",
"description": "the dataids for configurable multiple shared configurations , multiple separated by commas ."
},
{
"name": "spring.cloud.nacos.config.refreshable-dataids",
"type": "java.lang.String",
"defaultValue": "properties",
"description": "refreshable dataids , multiple separated by commas ."
},
{
"name": "spring.cloud.nacos.config.ext-config",
"type": "java.lang.String",
"defaultValue": "properties",
"type": "java.util.List",
"description": "a set of extended configurations ."
}
]