javaspringintellij-ideaspring-bootintellij-idea-2016

IntelliJ Idea 2016.1 does not read application properties


I have a spring boot project that compiles and works fine when i run it from 2015.3 IDE but not from 2016.1, it crashes at startup but it is because the configuration seems to be broken. What i have found is the following:

P.S. i am running the IDE on linux 64bit with oracle jdk 1.8.0.u77


Solution

  • I had the same problem. My colleague found workaround, where you need to switch from Gradle wrapper to use local installation of Gradle.

    Also full rebuild is needed probably.

    enter image description here