mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
21 lines
677 B
JSON
21 lines
677 B
JSON
{"properties": [
|
|
{
|
|
"name": "spring.cloud.nacos.discovery.service",
|
|
"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.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"defaultValue": true,
|
|
"description": "enable nacos discovery or not."
|
|
},
|
|
{
|
|
"name": "spring.cloud.nacos.discovery.namingLoadCacheAtStart",
|
|
"type": "java.lang.Boolean",
|
|
"defaultValue": "false",
|
|
"description": "naming load from local cache at application start ."
|
|
}
|
|
]}
|