Skip to content

Commit 9861cb7

Browse files
committed
Expand the note regarding LiveReload
See gh-7080
1 parent f2511cf commit 9861cb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,8 +993,9 @@ http://livereload.com/extensions/[livereload.com].
993993
If you don't want to start the LiveReload server when your application runs you can set
994994
the `spring.devtools.livereload.enabled` property to `false`.
995995

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.
996+
NOTE: You can only run one LiveReload server at a time. Before starting your application,
997+
ensure that no other LiveReload servers are running. If you start multiple applications
998+
from your IDE, only the first will have LiveReload support.
998999

9991000

10001001

0 commit comments

Comments
 (0)