Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
5d85ac68
Commit
5d85ac68
authored
Jan 14, 2021
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Complete configuration metadata for spring.config.*
Closes gh-24816
parent
3aa960a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
18 deletions
+24
-18
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+24
-18
No files found.
spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
5d85ac68
...
...
@@ -273,12 +273,30 @@
"description"
:
"Whether to skip search of BeanInfo classes."
,
"defaultValue"
:
true
},
{
"name"
:
"spring.config.activate.on-cloud-platform"
,
"type"
:
"org.springframework.boot.cloud.CloudPlatform"
,
"description"
:
"Required cloud platform for the document to be included."
,
"sourceType"
:
"org.springframework.boot.context.config.ConfigDataProperties"
},
{
"name"
:
"spring.config.activate.on-profile"
,
"type"
:
"java.lang.String[]"
,
"description"
:
"Profile expressions that should match for the document to be included."
,
"sourceType"
:
"org.springframework.boot.context.config.ConfigDataProperties"
},
{
"name"
:
"spring.config.additional-location"
,
"type"
:
"java.lang.String"
,
"sourceType"
:
"org.springframework.boot.context.config.ConfigFileApplicationListener"
,
"description"
:
"Config file locations used in addition to the defaults."
},
{
"name"
:
"spring.config.import"
,
"type"
:
"java.util.List<java.lang.String>"
,
"description"
:
"Import additional config data."
,
"sourceType"
:
"org.springframework.boot.context.config.ConfigDataProperties"
},
{
"name"
:
"spring.config.location"
,
"type"
:
"java.lang.String"
,
...
...
@@ -292,6 +310,12 @@
"description"
:
"Config file name."
,
"defaultValue"
:
"application"
},
{
"name"
:
"spring.config.use-legacy-processing"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Whether to enable configuration data processing legacy mode."
,
"defaultValue"
:
false
},
{
"name"
:
"spring.jta.atomikos.connectionfactory.borrow-connection-timeout"
,
"type"
:
"java.lang.Integer"
,
...
...
@@ -843,24 +867,6 @@
"description"
:
"Enable trace logs."
,
"sourceType"
:
"org.springframework.boot.context.logging.LoggingApplicationListener"
,
"defaultValue"
:
false
},
{
"name"
:
"spring.config.import"
,
"type"
:
"java.util.List<java.lang.String>"
,
"description"
:
"Import additional config data."
,
"sourceType"
:
"org.springframework.boot.context.config.ConfigDataProperties"
},
{
"name"
:
"spring.config.activate.on-cloud-platform"
,
"type"
:
"org.springframework.boot.cloud.CloudPlatform"
,
"description"
:
"Required cloud platform for the document to be included."
,
"sourceType"
:
"org.springframework.boot.context.config.ConfigDataProperties"
},
{
"name"
:
"spring.config.activate.on-profile"
,
"type"
:
"java.lang.String[]"
,
"description"
:
"Profile expressions that should match for the document to be included."
,
"sourceType"
:
"org.springframework.boot.context.config.ConfigDataProperties"
}
],
"hints"
:
[
...
...
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