Linked Questions

Popular Questions

Hot swapping with Spring Boot through Vagrant

Asked by At

We're trying to setup hot swapping on a Spring Boot project running in a Vagrant VM using the IntelliJ Idea IDE.

Despite following the Spring DevTools guidelines, we've been unsuccessful with this. I'm expecting changes to automatically update when recompiling a file in IntelliJ.

We're using gradle bootRun to run the application from inside the VM.

Does anyone have any experience getting a Spring Boot project to hot swap when running inside a VM? Secondly, if using IntelliJ, is it possible to setup Run Configuration for a Spring Boot project through Vagrant?

Related Questions