Skip to content

Commit ff3b6b0

Browse files
akaGelosnicoll
authored andcommitted
Fix OptionalLiveReloadServer create bean
Closes gh-8595
1 parent a347383 commit ff3b6b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-devtools/src/main/java/org/springframework/boot/devtools/autoconfigure/LocalDevToolsAutoConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public class LocalDevToolsAutoConfiguration {
5858
/**
5959
* Local LiveReload configuration.
6060
*/
61+
@Configuration
6162
@ConditionalOnProperty(prefix = "spring.devtools.livereload", name = "enabled", matchIfMissing = true)
6263
static class LiveReloadConfiguration {
6364

0 commit comments

Comments
 (0)