How to auto-restart spring boot in visual-studio code
21:25 20 Apr 2026

After making code changes, I have to ctrl-c then run mvn spring-boot:run. Is that correct? Is there an easier way than killing and re-starting spring repeatedly whenever I make code changes?

spring spring-boot visual-studio-code