Commit 14e8d0e8 authored by liaozan's avatar liaozan 🏀

Delete unneeded spring-configuration-metadata.json

parent 23255c7e
{
"groups": [
{
"name": "schbrain.web",
"type": "com.schbrain.common.web.properties.WebProperties",
"sourceType": "com.schbrain.common.web.properties.WebProperties"
}
],
"properties": [
{
"name": "schbrain.web.authentication-variable-name",
"type": "java.lang.String",
"description": "authenticationVariableName for login auth",
"sourceType": "com.schbrain.common.web.properties.WebProperties",
"defaultValue": "token"
},
{
"name": "schbrain.web.enable-global-exception-handler",
"type": "java.lang.Boolean",
"description": "whether to enable the global exception handing",
"sourceType": "com.schbrain.common.web.properties.WebProperties",
"defaultValue": true
},
{
"name": "schbrain.web.enable-request-logging",
"type": "java.lang.Boolean",
"description": "whether to enable the request logging",
"sourceType": "com.schbrain.common.web.properties.WebProperties",
"defaultValue": true
},
{
"name": "schbrain.web.encoding",
"type": "java.lang.String",
"description": "encoding for request\/response",
"sourceType": "com.schbrain.common.web.properties.WebProperties"
},
{
"name": "schbrain.web.wrap-response",
"type": "java.lang.Boolean",
"description": "whether to enable the response wrap",
"sourceType": "com.schbrain.common.web.properties.WebProperties",
"defaultValue": true
}
],
"hints": []
}
\ No newline at end of file
...@@ -658,32 +658,6 @@ ...@@ -658,32 +658,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy-configuration-metadata</id>
<phase>compile</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>${project.build.outputDirectory}/META-INF</directory>
<includes>
<include>spring-configuration-metadata.json</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
<outputDirectory>${project.basedir}/src/main/resources/META-INF</outputDirectory>
<overwrite>true</overwrite>
</configuration>
</execution>
</executions>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
......
{
"groups": [
{
"name": "schbrain.apollo",
"type": "com.schbrain.framework.autoconfigure.apollo.properties.ApolloProperties",
"sourceType": "com.schbrain.framework.autoconfigure.apollo.properties.ApolloProperties"
}
],
"properties": [
{
"name": "schbrain.apollo.remote-first",
"type": "java.lang.Boolean",
"sourceType": "com.schbrain.framework.autoconfigure.apollo.properties.ApolloProperties",
"defaultValue": false
}
],
"hints": []
}
\ No newline at end of file
{
"groups": [
{
"name": "schbrain.cache",
"type": "com.schbrain.framework.autoconfigure.cache.properties.CacheProperties",
"sourceType": "com.schbrain.framework.autoconfigure.cache.properties.CacheProperties"
},
{
"name": "spring.redis",
"type": "com.schbrain.framework.autoconfigure.cache.provider.redis.RedisProperties",
"sourceType": "com.schbrain.framework.autoconfigure.cache.provider.redis.RedisProperties"
}
],
"properties": [
{
"name": "schbrain.cache.append-prefix",
"type": "java.lang.Boolean",
"description": "whatever to enable prefix append",
"sourceType": "com.schbrain.framework.autoconfigure.cache.properties.CacheProperties",
"defaultValue": true
},
{
"name": "schbrain.cache.delimiter",
"type": "java.lang.String",
"description": "cache prefix delimiter",
"sourceType": "com.schbrain.framework.autoconfigure.cache.properties.CacheProperties",
"defaultValue": ":"
},
{
"name": "schbrain.cache.prefix",
"type": "java.lang.String",
"description": "cache prefix",
"sourceType": "com.schbrain.framework.autoconfigure.cache.properties.CacheProperties"
}
],
"hints": []
}
\ No newline at end of file
{
"groups": [
{
"name": "spring.elasticsearch",
"type": "com.schbrain.framework.autoconfigure.elasticsearch.properties.ElasticsearchProperties",
"sourceType": "com.schbrain.framework.autoconfigure.elasticsearch.properties.ElasticsearchProperties"
}
],
"properties": [],
"hints": []
}
\ No newline at end of file
{
"groups": [
{
"name": "spring.kafka",
"type": "com.schbrain.framework.autoconfigure.kafka.properties.KafkaProperties",
"sourceType": "com.schbrain.framework.autoconfigure.kafka.properties.KafkaProperties"
}
],
"properties": [],
"hints": []
}
\ No newline at end of file
{
"groups": [
{
"name": "schbrain.logging.file",
"type": "com.schbrain.framework.autoconfigure.logger.properties.LoggerProperties",
"sourceType": "com.schbrain.framework.autoconfigure.logger.properties.LoggerProperties"
}
],
"properties": [
{
"name": "schbrain.logging.file.enable-json-console-output",
"type": "java.lang.Boolean",
"sourceType": "com.schbrain.framework.autoconfigure.logger.properties.LoggerProperties",
"defaultValue": false
},
{
"name": "schbrain.logging.file.enable-json-file-output",
"type": "java.lang.Boolean",
"sourceType": "com.schbrain.framework.autoconfigure.logger.properties.LoggerProperties",
"defaultValue": false
},
{
"name": "schbrain.logging.file.enable-json-log-write-to-logstash",
"type": "java.lang.Boolean",
"sourceType": "com.schbrain.framework.autoconfigure.logger.properties.LoggerProperties",
"defaultValue": false
},
{
"name": "schbrain.logging.file.log-config-namespace",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.logger.properties.LoggerProperties",
"defaultValue": "logback-spring"
},
{
"name": "schbrain.logging.file.log-path",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.logger.properties.LoggerProperties",
"defaultValue": "\/data\/logs"
},
{
"name": "schbrain.logging.file.logstash-address",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.logger.properties.LoggerProperties"
},
{
"name": "schbrain.logging.file.max-history",
"type": "java.lang.Integer",
"sourceType": "com.schbrain.framework.autoconfigure.logger.properties.LoggerProperties",
"defaultValue": 0
}
],
"hints": []
}
\ No newline at end of file
{
"groups": [
{
"name": "schbrain.datasource.connection",
"type": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceConnectionProperties",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceConnectionProperties"
},
{
"name": "schbrain.mybatis",
"type": "com.schbrain.framework.autoconfigure.mybatis.properties.MybatisProperties",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.MybatisProperties"
},
{
"name": "spring.datasource",
"type": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceProperties",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceProperties"
}
],
"properties": [
{
"name": "schbrain.datasource.connection.allow-multi-queries",
"type": "java.lang.Boolean",
"description": "是否允许一个 statement 用分号分割执行多个查询语句",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceConnectionProperties",
"defaultValue": true
},
{
"name": "schbrain.datasource.connection.allow-public-key-retrieval",
"type": "java.lang.Boolean",
"description": "允许从服务端获取公钥进行连接",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceConnectionProperties",
"defaultValue": true
},
{
"name": "schbrain.datasource.connection.character-encoding",
"type": "java.lang.String",
"description": "数据库连接字符编码",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceConnectionProperties"
},
{
"name": "schbrain.datasource.connection.rewrite-batched-statements",
"type": "java.lang.Boolean",
"description": "重写批处理sql",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceConnectionProperties",
"defaultValue": true
},
{
"name": "schbrain.datasource.connection.server-time-zone",
"type": "java.time.ZoneId",
"description": "连接数据库使用的时区",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceConnectionProperties"
},
{
"name": "schbrain.datasource.connection.tiny-int1is-bit",
"type": "java.lang.Boolean",
"description": "tinyint(1) 视为 boolean",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceConnectionProperties",
"defaultValue": true
},
{
"name": "schbrain.datasource.connection.use-ssl",
"type": "java.lang.Boolean",
"description": "使用 ssl 连接",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceConnectionProperties",
"defaultValue": false
},
{
"name": "schbrain.datasource.connection.zero-datetime-behavior",
"type": "com.mysql.cj.conf.PropertyDefinitions$ZeroDatetimeBehavior",
"description": "时间格式字段值为 0 的时候的处理方式",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.DataSourceConnectionProperties"
},
{
"name": "schbrain.mybatis.add-block-attack-interceptor",
"type": "java.lang.Boolean",
"description": "阻断全表更新操作,禁止不带 where 更新,删除",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.MybatisProperties",
"defaultValue": true
},
{
"name": "schbrain.mybatis.add-page-interceptor",
"type": "java.lang.Boolean",
"description": "分页拦截器",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.MybatisProperties",
"defaultValue": true
},
{
"name": "schbrain.mybatis.convert-instant-to-long",
"type": "java.lang.Boolean",
"description": "Instant 转为 long",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.MybatisProperties",
"defaultValue": true
},
{
"name": "schbrain.mybatis.enable-table-constraint-check",
"type": "java.lang.Boolean",
"description": "是否开启表约束检查",
"sourceType": "com.schbrain.framework.autoconfigure.mybatis.properties.MybatisProperties",
"defaultValue": true
}
],
"hints": []
}
\ No newline at end of file
{
"groups": [
{
"name": "schbrain.oss",
"type": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties"
},
{
"name": "schbrain.oss.sts",
"type": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties$StsProperties",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties",
"sourceMethod": "getSts()"
}
],
"properties": [
{
"name": "schbrain.oss.access-key-id",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties"
},
{
"name": "schbrain.oss.bucket-name",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties"
},
{
"name": "schbrain.oss.directory",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties"
},
{
"name": "schbrain.oss.domain",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties"
},
{
"name": "schbrain.oss.endpoint",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties"
},
{
"name": "schbrain.oss.secret-access-key",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties"
},
{
"name": "schbrain.oss.sts.duration-seconds",
"type": "java.lang.Long",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties$StsProperties",
"defaultValue": 900
},
{
"name": "schbrain.oss.sts.endpoint",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties$StsProperties"
},
{
"name": "schbrain.oss.sts.role-arn",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties$StsProperties"
},
{
"name": "schbrain.oss.sts.role-session-name",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.oss.properties.OssProperties$StsProperties"
}
],
"hints": []
}
\ No newline at end of file
{
"groups": [
{
"name": "schbrain.xxl",
"type": "com.schbrain.framework.autoconfigure.xxl.properties.XxlJobProperties",
"sourceType": "com.schbrain.framework.autoconfigure.xxl.properties.XxlJobProperties"
}
],
"properties": [
{
"name": "schbrain.xxl.access-token",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.xxl.properties.XxlJobProperties"
},
{
"name": "schbrain.xxl.admin-addresses",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.xxl.properties.XxlJobProperties"
},
{
"name": "schbrain.xxl.ip",
"type": "java.lang.String",
"sourceType": "com.schbrain.framework.autoconfigure.xxl.properties.XxlJobProperties"
},
{
"name": "schbrain.xxl.log-retention-days",
"type": "java.lang.Integer",
"sourceType": "com.schbrain.framework.autoconfigure.xxl.properties.XxlJobProperties",
"defaultValue": 7
},
{
"name": "schbrain.xxl.port",
"type": "java.lang.Integer",
"sourceType": "com.schbrain.framework.autoconfigure.xxl.properties.XxlJobProperties",
"defaultValue": -1
},
{
"name": "schbrain.xxl.register",
"type": "java.lang.Boolean",
"sourceType": "com.schbrain.framework.autoconfigure.xxl.properties.XxlJobProperties",
"defaultValue": false
}
],
"hints": []
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment