Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-parent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panwangnan
schbrain-parent
Commits
14e8d0e8
Commit
14e8d0e8
authored
Jul 02, 2023
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete unneeded spring-configuration-metadata.json
parent
23255c7e
Changes
11
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
2799 deletions
+0
-2799
commons/web-common/src/main/resources/META-INF/spring-configuration-metadata.json
...ain/resources/META-INF/spring-configuration-metadata.json
+0
-46
pom.xml
pom.xml
+0
-26
starters/apollo-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
...ain/resources/META-INF/spring-configuration-metadata.json
+0
-18
starters/cache-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
...ain/resources/META-INF/spring-configuration-metadata.json
+0
-37
starters/dubbo-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
...ain/resources/META-INF/spring-configuration-metadata.json
+0
-2380
starters/elasticsearch-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
...ain/resources/META-INF/spring-configuration-metadata.json
+0
-11
starters/kafka-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
...ain/resources/META-INF/spring-configuration-metadata.json
+0
-11
starters/logger-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
...ain/resources/META-INF/spring-configuration-metadata.json
+0
-53
starters/mybatis-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
...ain/resources/META-INF/spring-configuration-metadata.json
+0
-103
starters/oss-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
...ain/resources/META-INF/spring-configuration-metadata.json
+0
-69
starters/xxl-job-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
...ain/resources/META-INF/spring-configuration-metadata.json
+0
-45
No files found.
commons/web-common/src/main/resources/META-INF/spring-configuration-metadata.json
deleted
100644 → 0
View file @
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
pom.xml
View file @
14e8d0e8
...
...
@@ -658,32 +658,6 @@
</execution>
</executions>
</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>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
...
...
starters/apollo-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
deleted
100644 → 0
View file @
23255c7e
{
"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
starters/cache-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
deleted
100644 → 0
View file @
23255c7e
{
"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
starters/dubbo-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
deleted
100644 → 0
View file @
23255c7e
This diff is collapsed.
Click to expand it.
starters/elasticsearch-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
deleted
100644 → 0
View file @
23255c7e
{
"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
starters/kafka-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
deleted
100644 → 0
View file @
23255c7e
{
"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
starters/logger-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
deleted
100644 → 0
View file @
23255c7e
{
"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
starters/mybatis-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
deleted
100644 → 0
View file @
23255c7e
{
"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
starters/oss-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
deleted
100644 → 0
View file @
23255c7e
{
"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
starters/xxl-job-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
deleted
100644 → 0
View file @
23255c7e
{
"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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment