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
c127c1fd
Commit
c127c1fd
authored
Dec 01, 2016
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish doc
Closes gh-7381
parent
b4e7a968
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+1
-1
ApplicationPidFileWriter.java
...springframework/boot/system/ApplicationPidFileWriter.java
+1
-1
No files found.
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
c127c1fd
...
@@ -229,7 +229,7 @@ key.
...
@@ -229,7 +229,7 @@ key.
Application events are sent in the following order, as your application runs:
Application events are sent in the following order, as your application runs:
. An `ApplicationStart
ed
Event` is sent at the start of a run, but before any
. An `ApplicationStart
ing
Event` is sent at the start of a run, but before any
processing except the registration of listeners and initializers.
processing except the registration of listeners and initializers.
. An `ApplicationEnvironmentPreparedEvent` is sent when the `Environment` to be used in
. An `ApplicationEnvironmentPreparedEvent` is sent when the `Environment` to be used in
the context is known, but before the context is created.
the context is known, but before the context is created.
...
...
spring-boot/src/main/java/org/springframework/boot/system/ApplicationPidFileWriter.java
View file @
c127c1fd
...
@@ -121,7 +121,7 @@ public class ApplicationPidFileWriter
...
@@ -121,7 +121,7 @@ public class ApplicationPidFileWriter
/**
/**
* Sets the type of application event that will trigger writing of the PID file.
* Sets the type of application event that will trigger writing of the PID file.
* Defaults to {@link ApplicationPreparedEvent}. NOTE: If you use the
* Defaults to {@link ApplicationPreparedEvent}. NOTE: If you use the
* {@link org.springframework.boot.context.event.ApplicationStart
ed
Event} to trigger
* {@link org.springframework.boot.context.event.ApplicationStart
ing
Event} to trigger
* the write, you will not be able to specify the PID filename in the Spring
* the write, you will not be able to specify the PID filename in the Spring
* {@link Environment}.
* {@link Environment}.
* @param triggerEventType the trigger event type
* @param triggerEventType the trigger event type
...
...
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