|
|
@ -6,6 +6,12 @@
|
|
|
|
"defaultValue": "${spring.application.name}",
|
|
|
|
"defaultValue": "${spring.application.name}",
|
|
|
|
"description": "the service name to register, default value is ${spring.application.name}."
|
|
|
|
"description": "the service name to register, default value is ${spring.application.name}."
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "spring.cloud.polaris.discovery.namespace",
|
|
|
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
|
|
|
"defaultValue": "default",
|
|
|
|
|
|
|
|
"description": "the namespace of service, default value is ${spring.application.name}."
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "spring.cloud.polaris.discovery.enabled",
|
|
|
|
"name": "spring.cloud.polaris.discovery.enabled",
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|