File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -945,11 +945,12 @@ points to a folder will be monitored for changes.
945
945
946
946
.Triggering a change
947
947
****
948
- DevTools _only_ monitors classpath resources so the only way to trigger a change is to
948
+ As DevTools _only_ monitors classpath resources, the only way to trigger a change is to
949
949
update the classpath. On Eclipse, saving is actually updating the project, compiling or
950
950
copying resources for you as part of the save action. If you are using Intellij IDEA,
951
- there is no such thing as a save action since the resources are saved automatically for
952
- you; please use the `Build` -> `Make Project` action to achieve the same result.
951
+ there is no such thing as a save action since the resources are saved automatically.
952
+ Intellij users will need to remover to use the `Build` -> `Make Project` action to achieve
953
+ the same result.
953
954
****
954
955
955
956
NOTE: You can also start your application via the supported build plugins (i.e. Maven and
You can’t perform that action at this time.
0 commit comments