无法在IntelliJ中找到Spring Boot应用程序的运行选项。

huangapple go评论69阅读模式
英文:

Could not find the Run option in IntelliJ for Spring Boot Applicaton

问题

我无法找到在IntelliJ中运行Spring Boot Maven应用程序的任何方法。 Maven清理、maven安装和构建项目都正常工作。但是运行选项没有显示,并且无法在配置中添加主类。

英文:

I could not find any way to run the Spring Boot Maven application in IntelliJ. Maven clean, maven install and Build Project is working fine. But Run option is not showing and could not add the Main class in configuration.

无法在IntelliJ中找到Spring Boot应用程序的运行选项。

答案1

得分: 1

以下是翻译好的部分:

似乎 Maven/IDEA 没有识别到您的项目结构,因此不知道源代码的位置。

尝试在 Maven 工具窗口中点击 "Reload All Maven Projects"。

如果这不起作用,您可以:

  • 关闭项目窗口 File | Close Project 和 IDE。
  • 在操作系统的文件浏览器中打开项目,然后删除所有 .iml 文件和 .idea 文件夹。
  • 从现有源重新导入项目
英文:

Seems Maven/IDEA doesn't pick up your Project's structure, so it doesn't know where the source code is.

Try clicking "Reload All Maven Projects" in Maven Tool Window.

If that won't help you can:

huangapple
  • 本文由 发表于 2023年5月11日 19:09:03
  • 转载请务必保留本文链接:https://go.coder-hub.com/76226963.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定