How to auto-restart spring boot in visual-studio code
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?