Intellij 未检测到 Spring Boot 应用程序

use*_*825 3 intellij-idea spring-boot

Intellij 未检测到在不同 IDE 中创建的 Spring Boot 应用程序。讨论中的应用程序是以字母“e”开头的应用程序

在此输入图像描述

我怎样才能解决这个问题 ?我正在使用 intellij 社区版。

Vik*_*rde 5

正如评论中提到的,IntelliJ 中没有标准的 Spring Boot 应用程序。

在问题提供的屏幕截图中,没有 pom.xml 文件。如果项目中有该项目,则右键单击它 -> Maven -> 添加为 Maven 项目。

如果这不起作用,请阅读此https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000023059-IntelliJ-does-not-recognize-workspace-maven-modules了解更多分析方法。