mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Change configuration item name from `spring.cloud.alicloud.acm.enable` to `spring.cloud.alicloud.acm.enabled` and add this configuration item to `additional-spring-configuration-metadata.json` file.
15 lines
331 B
JSON
15 lines
331 B
JSON
{
|
|
"properties": [
|
|
{
|
|
"name": "spring.application.group",
|
|
"type": "java.lang.String",
|
|
"description": "spring application group."
|
|
},
|
|
{
|
|
"name": "spring.cloud.alicloud.acm.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"defaultValue": true,
|
|
"description": "enable acm or not."
|
|
}
|
|
]
|
|
} |