Expand the note regarding LiveReload

See gh-7080
pull/7074/merge
Stephane Nicoll 8 years ago
parent f2511cfa49
commit 9861cb7e9c

@ -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 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`. the `spring.devtools.livereload.enabled` property to `false`.
NOTE: You can only run one LiveReload server at a time, if you start multiple applications NOTE: You can only run one LiveReload server at a time. Before starting your application,
from your IDE only the first will have livereload support. ensure that no other LiveReload servers are running. If you start multiple applications
from your IDE, only the first will have LiveReload support.

Loading…
Cancel
Save