Reputation: 1541
Intellij is not detecting spring boot application created in a different IDE. The application in discussion is the one starting with the letter "e"
How can i fix this ? I am using intellij community edition.
Upvotes: 4
Views: 21084
Reputation: 149
Sometimes a Spring boot application can’t be detected by IntelliJ IDEA!
Upvotes: 4
Reputation: 419
As mentioned in the comment, there is no standard spring boot application in IntelliJ.
In the screenshot provided in the question, there is no pom.xml file. If you have that in the project then right-click on it -> Maven -> Add as a maven project.
If this doesn't work, read this https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000023059-IntelliJ-does-not-recognize-workspace-maven-modules for more analysis ways.
Upvotes: 7