Fix OptionalLiveReloadServer create bean

Closes gh-8595
This commit is contained in:
Oleg Vyukov 2017-03-13 19:09:26 +03:00 committed by Stephane Nicoll
parent a347383111
commit ff3b6b09bd
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public class LocalDevToolsAutoConfiguration {
/**
* Local LiveReload configuration.
*/
@Configuration
@ConditionalOnProperty(prefix = "spring.devtools.livereload", name = "enabled", matchIfMissing = true)
static class LiveReloadConfiguration {