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
16e21308
Commit
16e21308
authored
Nov 08, 2014
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing properties metadata
Fixes gh-1829
parent
eb4c1426
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
1 deletion
+23
-1
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+12
-0
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+1
-1
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+10
-0
No files found.
spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
16e21308
{
"properties"
:
[
{
"name"
:
"endpoints.configprops.keys-to-sanitize"
,
"dataType"
:
"java.lang.String"
,
"sourceType"
:
"org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint"
,
"description"
:
"The keys that should be sanitize. Keys can be simple strings that the property ends with or regex expressions."
},
{
"name"
:
"endpoints.env.keys-to-sanitize"
,
"dataType"
:
"java.lang.String"
,
"sourceType"
:
"org.springframework.boot.actuate.endpoint.EnvironmentEndpoint"
,
"description"
:
"The keys that should be sanitize. Keys can be simple strings that the property ends with or regex expressions."
},
{
"name"
:
"management.health.db.enabled"
,
"dataType"
:
"java.lang.Boolean"
,
...
...
spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
16e21308
...
...
@@ -12,7 +12,7 @@
"defaultValue"
:
false
},
{
"name"
:
"spring.batch.enabled"
,
"name"
:
"spring.batch.
job.
enabled"
,
"dataType"
:
"java.lang.Boolean"
,
"description"
:
"Execute all Spring Batch jobs in the context on startup."
,
"defaultValue"
:
true
...
...
spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
16e21308
...
...
@@ -68,6 +68,16 @@
"dataType"
:
"java.lang.Boolean"
,
"sourceType"
:
"org.springframework.boot.SpringApplication"
,
"description"
:
"Run the application in a web environment (auto-detected by default)"
},
{
"name"
:
"spring.profiles.active"
,
"dataType"
:
"java.lang.String"
,
"description"
:
"Set the active profiles as a comma separated list. Can be overridden by a command line switch."
},
{
"name"
:
"spring.profiles.include"
,
"dataType"
:
"java.lang.String"
,
"description"
:
"Unconditionally activate the specified comma separated profiles."
}
]}
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