I have a spring boot application running fine with Intellij IDE. i.e i started the Application class that has the main method which delegates to SpringApplication.run. Every
Found out the root cause. This has nothing to do with Spring-boot. On changing my groovy source files, files were not auto-compiled.
To recompile changed files and swap them:
Ctrl+Shift+F9
Cmd+Shift+F9