diff --git a/spring-cloud-alibaba-nacos-config/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-cloud-alibaba-nacos-config/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 60fd7f474..3ce2a169d 100644 --- a/spring-cloud-alibaba-nacos-config/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-cloud-alibaba-nacos-config/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -1,20 +1,37 @@ -{"properties": [ - { - "name": "spring.cloud.nacos.config.encode", - "type": "java.lang.String", - "defaultValue": "UTF-8", - "description": "default encode for nacos config content." - }, - { - "name": "spring.cloud.nacos.config.prefix", - "type": "java.lang.String", - "defaultValue": "${spring.application.name}", - "description": "the prefix of dataId, nacos config data meta info. dataId = prefix + '-' + ${spring.active.profile} + `.` + ${spring.cloud.nacos.config.file-extension}." - }, - { - "name": "spring.cloud.nacos.config.file-extension", - "type": "java.lang.String", - "defaultValue": "properties", - "description": "the suffix of nacos config dataId, also the file extension of config content, only support properties now." - } -]} \ No newline at end of file +{ + "properties": [ + { + "name": "spring.cloud.nacos.config.encode", + "type": "java.lang.String", + "defaultValue": "UTF-8", + "description": "default encode for nacos config content." + }, + { + "name": "spring.cloud.nacos.config.prefix", + "type": "java.lang.String", + "defaultValue": "${spring.application.name}", + "description": "the prefix of dataId, nacos config data meta info. dataId = prefix + '-' + ${spring.active.profile} + `.` + ${spring.cloud.nacos.config.file-extension}." + }, + { + "name": "spring.cloud.nacos.config.file-extension", + "type": "java.lang.String", + "defaultValue": "properties", + "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 ." + } + ] +} \ No newline at end of file