Ich hatte ein sehr ähnliches Problem und die Lösung war seltsam, aber einfach - entfernen Sie devtools
Abhängigkeit.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>