Skip to content

Spring Boot Tips

Alex Python edited this page Jul 3, 2018 · 1 revision

To get IntelliJ to live reload application after changes:

  1. Open Settings -> Build-Execution-Deployment -> Compiler and enable "Make Project Automatically"
  2. Ctrl+Shift+A and search for "registry". Enable "compiler.automake.allow.when.app.running"
  3. Restart IntelliJ
Clone this wiki locally