spring-bootintellij-idea

Spring boot application not detected by Intellij


Intellij is not detecting spring boot application created in a different IDE. The application in discussion is the one starting with the letter "e"

enter image description here

How can i fix this ? I am using intellij community edition.


Solution

  • 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.