Commit ff3b6b09 authored by Oleg Vyukov's avatar Oleg Vyukov Committed by Stephane Nicoll

Fix OptionalLiveReloadServer create bean

Closes gh-8595
parent a3473831
......@@ -58,6 +58,7 @@ public class LocalDevToolsAutoConfiguration {
/**
* Local LiveReload configuration.
*/
@Configuration
@ConditionalOnProperty(prefix = "spring.devtools.livereload", name = "enabled", matchIfMissing = true)
static class LiveReloadConfiguration {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment