79748286

Date: 2025-08-27 17:16:38
Score: 3.5
Natty:
Report link

I was just having the exact same issue. Did you check if your application.properties file enables the live reload feature?

# Development Tools
spring.devtools.livereload.enable=true

Also, I assume you have the plugin as a dependency in your build.gradle file:

// ...
dependencies {
    developmentOnly("org.springframework.boot:spring-boot-devtools")
}
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): having the exact same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Bernardo Borges