IntelliJ Idea warning when opening a spring boot project
Permanently deleted user
创建于
I have created a simple Spring Boot project with my IntelliJ Idea (latest version - 14.1.5). If I close the project and then try to open it I get the following warning
It seems that after adding the spring facet along with the DemoApplication file as the Application Context file the warning disappears but ONLY after I close and open again the project.
It seems that after adding the spring facet along with the DemoApplication file as the Application Context file the warning disappears but ONLY after I close and open again the project.
This is the expected behavior. I'd suggest to try out version 15 (currently in Early Access https://confluence.jetbrains.com/display/IDEADEV/IDEA+15+EAP) for Spring Boot, it offers a lot of new features and enhancements.