From 2f2b1b9656865fe20186917b04889370cc5cbfe1 Mon Sep 17 00:00:00 2001 From: cdalexndr Date: Mon, 19 Oct 2020 18:45:00 +0300 Subject: [PATCH] Note that using LiveReload requires Devtools restart to be enabled See gh-23755 --- .../spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 0624b98a76d..4bdb379acd4 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -887,6 +887,7 @@ 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 has LiveReload support. +WARNING: To trigger LiveReload when a file changes, <> must be enabled. [[using-boot-devtools-globalsettings]]