You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/run.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To enable it, just add the following dependency to your project:
When `devtools` is running, it detects change when you recompile your application and automatically refreshes it.
27
+
When `devtools` is running, it detects changes when you recompile your application and automatically refreshes it.
28
28
This works for not only resources but code as well.
29
29
It also provides a LiveReload server so that it can automatically trigger a browser refresh whenever things change.
30
30
@@ -36,7 +36,7 @@ Just include the following property in your project:
36
36
spring.devtools.remote.restart.enabled=false
37
37
----
38
38
39
-
Prior to `devtools`, the plugin supported hot refreshing of resources by default which has now be disabled in favour of the solution described above.
39
+
Prior to `devtools`, the plugin supported hot refreshing of resources by default which has now been disabled in favour of the solution described above.
40
40
You can restore it at any time by configuring your project:
0 commit comments