Just started a spring boot application using spring initializer with spring-dev-tools and then imported into Intellij 14.1.4 CE. I can run the application fine with gradle bootRun
but cannot get hot reload working. I follow the intro over here Spring Dev Tools. Anything am missing?