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

nacos starter 支持可自定义dataid配置以及Nacos 商业化和云上ACM 对接

This commit is contained in:
pbting
2018-12-04 09:59:55 +08:00
parent b5ad5acf10
commit ba90952880
13 changed files with 287 additions and 84 deletions

View File

@@ -4,5 +4,11 @@
"type": "java.lang.String",
"defaultValue": "${spring.application.name}",
"description": "the service name to register, default value is ${spring.application.name}."
},
{
"name": "spring.cloud.nacos.discovery.namingLoadCacheAtStart",
"type": "java.lang.Boolean",
"defaultValue": "false",
"description": "naming load from local cache at application start ."
}
]}