Merge pull request #8595 from akaGelo:master
* pr/8595: Fix OptionalLiveReloadServer create bean
This commit is contained in:
commit
3921d8732d
|
@ -58,6 +58,7 @@ public class LocalDevToolsAutoConfiguration {
|
||||||
/**
|
/**
|
||||||
* Local LiveReload configuration.
|
* Local LiveReload configuration.
|
||||||
*/
|
*/
|
||||||
|
@Configuration
|
||||||
@ConditionalOnProperty(prefix = "spring.devtools.livereload", name = "enabled", matchIfMissing = true)
|
@ConditionalOnProperty(prefix = "spring.devtools.livereload", name = "enabled", matchIfMissing = true)
|
||||||
static class LiveReloadConfiguration {
|
static class LiveReloadConfiguration {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue