All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

There is a newer version: 0.9.0.RELEASE
Show newest version
{"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."
  }
]}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy