

Go to File -> Settings -> Build, Execution, Deployment -> Compiler and enable “Make project automatically”.This is a must-have feature, as it makes your application updated on the fly.īy default IntelliJ IDEA does not automatically compile files when the application is running. Spring Boot devtools is configured by JHipster, and will “hot restart” your application when classes from your project are compiled. You have to repeat this step every time you start a new project, as these settings are project-specific.Īpplication “hot restart” with Spring Boot devtools to "Application “hot restart” with Spring Boot devtools" You should now have Spring support for most of the codebase. Remember to click OK on the Project structure dialog.
INTELLIJ 14 UNMAPPED SPRING CONFIGURATION FILES FOUND CODE
You do not need to add any files on this one, adding it there will give you Hibernate based code assistance. Now click on the original + button which you used to add Spring in the first place, and add Hibernate. It will tell you there are unmapped Spring configuration files, click on the + sign on the bottom right (not the original one) and select all the Spring files that belong to your project, clicking the folder is enough to select everything.Īfter that click OK, and Spring should be configured with proper code assistance. Then go to the Modules tab, click on the + button, and then click on “Spring” to add Spring code assistance to your project.

To add Spring support to many of the JHipster modules from a new project first go to File → Project Structure. Spring Support (not available in Community Edition) to "Spring Support (not available in Community Edition)" You will not have any code assistance for the frontend code! Note: If you are using Intellij IDEA Ultimate and would like to use IDEA to code the frontend you should not exclude node_modules folder.
