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

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

{
  "properties": [
    {
      "name": "spring.datasource.druid.stat.enabled",
      "type": "java.lang.Boolean",
      "description": "是否开启 StatFilter.",
      "defaultValue": true
    },
    {
      "name": "spring.datasource.druid.wall.enabled",
      "type": "java.lang.Boolean",
      "description": "是否开启 WallFilter.",
      "defaultValue": false
    },
    {
      "name": "spring.datasource.druid.config.enabled",
      "type": "java.lang.Boolean",
      "description": "是否开启 ConfigFilter.",
      "defaultValue": false
    },
    {
      "name": "spring.datasource.druid.slf4j.enabled",
      "type": "java.lang.Boolean",
      "description": "是否开启 Slf4jLogFilter.",
      "defaultValue": false
    },
    {
      "name": "spring.datasource.druid.log4j.enabled",
      "type": "java.lang.Boolean",
      "description": "是否开启 Log4jFilter.",
      "defaultValue": false
    },
    {
      "name": "spring.datasource.druid.log4j2.enabled",
      "type": "java.lang.Boolean",
      "description": "是否开启 Log4j2Filter.",
      "defaultValue": false
    },
    {
      "name": "spring.datasource.druid.commons-log.enabled",
      "type": "java.lang.Boolean",
      "description": "是否开启 CommonsLogFilter.",
      "defaultValue": false
    },
    {
      "name": "spring.datasource.druid.slf4j.statement-sql-format-option.upp-case",
      "type": "java.lang.Boolean",
      "sourceType": "com.alibaba.druid.sql.SQLUtils$FormatOption",
      "description": "是否开启关键字大写.",
      "defaultValue": false
    },
    {
      "name": "spring.datasource.druid.slf4j.statement-sql-format-option.pretty-format",
      "type": "java.lang.Boolean",
      "sourceType": "com.alibaba.druid.sql.SQLUtils$FormatOption",
      "description": "是否开启 SQL 格式化.",
      "defaultValue": true
    },
    {
      "name": "spring.datasource.druid.slf4j.statement-sql-format-option.desensitize",
      "type": "java.lang.Boolean",
      "sourceType": "com.alibaba.druid.sql.SQLUtils$FormatOption",
      "description": "是否开启不敏感表名.",
      "defaultValue": false
    },
    {
      "name": "spring.datasource.druid.slf4j.statement-sql-format-option.parameterized",
      "type": "java.lang.Boolean",
      "sourceType": "com.alibaba.druid.sql.SQLUtils$FormatOption",
      "description": "是否开启 SQL 参数化.",
      "defaultValue": false
    }
  ],
  "hints": [
    {
      "name": "spring.datasource.druid.stat.db-type",
      "values": [
        {
          "value": "db2"
        },
        {
          "value": "postgresql"
        },
        {
          "value": "sqlserver"
        },
        {
          "value": "oracle"
        },
        {
          "value": "AliOracle"
        },
        {
          "value": "mysql"
        },
        {
          "value": "mariadb"
        },
        {
          "value": "hive"
        },
        {
          "value": "h2"
        },
        {
          "value": "dm"
        },
        {
          "value": "kingbase"
        },
        {
          "value": "oceanbase"
        },
        {
          "value": "odps"
        },
        {
          "value": "teradata"
        },
        {
          "value": "log4jdbc"
        },
        {
          "value": "phoenix"
        },
        {
          "value": "edb"
        },
        {
          "value": "kylin"
        },
        {
          "value": "sqlite"
        }
      ]
    },
    {
      "name": "spring.datasource.druid.wall.db-type",
      "values": [
        {
          "value": "db2"
        },
        {
          "value": "postgresql"
        },
        {
          "value": "sqlserver"
        },
        {
          "value": "oracle"
        },
        {
          "value": "AliOracle"
        },
        {
          "value": "mysql"
        },
        {
          "value": "mariadb"
        },
        {
          "value": "hive"
        },
        {
          "value": "h2"
        },
        {
          "value": "dm"
        },
        {
          "value": "kingbase"
        },
        {
          "value": "oceanbase"
        },
        {
          "value": "odps"
        },
        {
          "value": "teradata"
        },
        {
          "value": "log4jdbc"
        },
        {
          "value": "phoenix"
        },
        {
          "value": "edb"
        },
        {
          "value": "kylin"
        },
        {
          "value": "sqlite"
        }
      ]
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy