mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
add nacos config configuration metadata
This commit is contained in:
parent
356ce112a9
commit
86bd83af83
@ -1,4 +1,5 @@
|
|||||||
{"properties": [
|
{
|
||||||
|
"properties": [
|
||||||
{
|
{
|
||||||
"name": "spring.cloud.nacos.config.encode",
|
"name": "spring.cloud.nacos.config.encode",
|
||||||
"type": "java.lang.String",
|
"type": "java.lang.String",
|
||||||
@ -16,5 +17,21 @@
|
|||||||
"type": "java.lang.String",
|
"type": "java.lang.String",
|
||||||
"defaultValue": "properties",
|
"defaultValue": "properties",
|
||||||
"description": "the suffix of nacos config dataId, also the file extension of config content, only support properties now."
|
"description": "the suffix of nacos config dataId, also the file extension of config content, only support properties now."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "spring.cloud.nacos.config.shared-dataids",
|
||||||
|
"type": "java.lang.String",
|
||||||
|
"description": "the dataids for configurable multiple shared configurations , multiple separated by commas ."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "spring.cloud.nacos.config.refreshable-dataids",
|
||||||
|
"type": "java.lang.String",
|
||||||
|
"description": "refreshable dataids , multiple separated by commas ."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "spring.cloud.nacos.config.ext-config",
|
||||||
|
"type": "java.util.List",
|
||||||
|
"description": "a set of extended configurations ."
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]}
|
|
Loading…
x
Reference in New Issue
Block a user