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
3d1f8aa8
Commit
3d1f8aa8
authored
Feb 05, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.4.x' into 1.5.x
parents
b9b0cdb3
21e86653
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
+14
-14
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+0
-12
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+1
-1
production-ready-features.adoc
...oot-docs/src/main/asciidoc/production-ready-features.adoc
+1
-1
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+12
-0
No files found.
spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
3d1f8aa8
...
...
@@ -215,18 +215,6 @@
"replacement"
:
"spring.info.git.location"
}
},
{
"name"
:
"spring.pid.file"
,
"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"
,
...
...
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
3d1f8aa8
...
...
@@ -123,7 +123,7 @@ content into your application; rather pick only the properties that you need.
# OUTPUT
spring.output.ansi.enabled=detect # Configure the ANSI output.
# PID FILE ({sc-spring-boot
-actuator
}/system/ApplicationPidFileWriter.{sc-ext}[ApplicationPidFileWriter])
# PID FILE ({sc-spring-boot}/system/ApplicationPidFileWriter.{sc-ext}[ApplicationPidFileWriter])
spring.pid.fail-on-write-error= # Fail if ApplicationPidFileWriter is used but it cannot write the PID file.
spring.pid.file= # Location of the PID file to write (if ApplicationPidFileWriter is used).
...
...
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
View file @
3d1f8aa8
...
...
@@ -1550,7 +1550,7 @@ writes a PID file. Example:
[
indent
=
0
]
----
org
.
springframework
.
context
.
ApplicationListener
=\
org
.
springframework
.
boot
.
actuate
.
system
.
ApplicationPidFileWriter
,\
org
.
springframework
.
boot
.
system
.
ApplicationPidFileWriter
,\
org
.
springframework
.
boot
.
actuate
.
system
.
EmbeddedServerPortFileWriter
----
...
...
spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
3d1f8aa8
...
...
@@ -182,6 +182,18 @@
"description"
:
"Configure the ANSI output."
,
"defaultValue"
:
"detect"
},
{
"name"
:
"spring.pid.file"
,
"type"
:
"java.lang.String"
,
"description"
:
"Location of the PID file to write (if ApplicationPidFileWriter is used)."
,
"sourceType"
:
"org.springframework.boot.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.system.ApplicationPidFileWriter"
},
{
"name"
:
"spring.profiles.active"
,
"type"
:
"java.util.List<java.lang.String>"
,
...
...
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