We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2511cf commit 9861cb7Copy full SHA for 9861cb7
spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
@@ -993,8 +993,9 @@ http://livereload.com/extensions/[livereload.com].
993
If you don't want to start the LiveReload server when your application runs you can set
994
the `spring.devtools.livereload.enabled` property to `false`.
995
996
-NOTE: You can only run one LiveReload server at a time, if you start multiple applications
997
-from your IDE only the first will have livereload support.
+NOTE: You can only run one LiveReload server at a time. Before starting your application,
+ensure that no other LiveReload servers are running. If you start multiple applications
998
+from your IDE, only the first will have LiveReload support.
999
1000
1001
0 commit comments