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
56b13800
Commit
56b13800
authored
Jun 25, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix json structure
parent
443fe3b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+3
-3
No files found.
spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
56b13800
...
...
@@ -92,17 +92,17 @@
"type"
:
"java.lang.String"
,
"description"
:
"Location of the PID file to write (if ApplicationPidFileWriter is used)."
,
"sourceType"
:
"org.springframework.boot.actuate.system.ApplicationPidFileWriter"
}
}
,
{
"name"
:
"spring.pid.fail-on-write-error"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Fail if ApplicationPidFileWriter is used but it cannot write the PID file."
,
"sourceType"
:
"org.springframework.boot.actuate.system.ApplicationPidFileWriter"
}
}
,
{
"name"
:
"spring.pidfile"
,
"type"
:
"java.lang.String"
,
"deprecated
:"
true
,
"deprecated
"
:
true
,
"description"
:
"Location of the PID file to write (if ApplicationPidFileWriter is used)."
,
"sourceType"
:
"org.springframework.boot.actuate.system.ApplicationPidFileWriter"
}
...
...
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