From 9861cb7e9c8ad8a61aa76aeabac44e694496892e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2016 14:21:00 +0200 Subject: [PATCH] Expand the note regarding LiveReload See gh-7080 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index de0967e153e..d583a6b180b 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -993,8 +993,9 @@ http://livereload.com/extensions/[livereload.com]. If you don't want to start the LiveReload server when your application runs you can set the `spring.devtools.livereload.enabled` property to `false`. -NOTE: You can only run one LiveReload server at a time, if you start multiple applications -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 +from your IDE, only the first will have LiveReload support.