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
05698e18
Commit
05698e18
authored
Nov 14, 2015
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
9a666d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
using-spring-boot.adoc
spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
+4
-3
No files found.
spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
View file @
05698e18
...
...
@@ -945,11 +945,12 @@ points to a folder will be monitored for changes.
.Triggering a change
****
DevTools _only_ monitors classpath resources so
the only way to trigger a change is to
As DevTools _only_ monitors classpath resources,
the only way to trigger a change is to
update the classpath. On Eclipse, saving is actually updating the project, compiling or
copying resources for you as part of the save action. If you are using Intellij IDEA,
there is no such thing as a save action since the resources are saved automatically for
you; please use the `Build` -> `Make Project` action to achieve the same result.
there is no such thing as a save action since the resources are saved automatically.
Intellij users will need to remover to use the `Build` -> `Make Project` action to achieve
the same result.
****
NOTE: You can also start your application via the supported build plugins (i.e. Maven and
...
...
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