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:
parent
46570f8ce3
commit
4e76fbe773
@ -21,19 +21,16 @@
|
|||||||
{
|
{
|
||||||
"name": "spring.cloud.nacos.config.shared-dataids",
|
"name": "spring.cloud.nacos.config.shared-dataids",
|
||||||
"type": "java.lang.String",
|
"type": "java.lang.String",
|
||||||
"defaultValue": "properties",
|
|
||||||
"description": "the dataids for configurable multiple shared configurations , multiple separated by commas ."
|
"description": "the dataids for configurable multiple shared configurations , multiple separated by commas ."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spring.cloud.nacos.config.refreshable-dataids",
|
"name": "spring.cloud.nacos.config.refreshable-dataids",
|
||||||
"type": "java.lang.String",
|
"type": "java.lang.String",
|
||||||
"defaultValue": "properties",
|
|
||||||
"description": "refreshable dataids , multiple separated by commas ."
|
"description": "refreshable dataids , multiple separated by commas ."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spring.cloud.nacos.config.ext-config",
|
"name": "spring.cloud.nacos.config.ext-config",
|
||||||
"type": "java.lang.String",
|
"type": "java.util.List",
|
||||||
"defaultValue": "properties",
|
|
||||||
"description": "a set of extended configurations ."
|
"description": "a set of extended configurations ."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user