IntelliJ IDEA 2022.3 Community Edition 不显示 Spring Boot 作为运行配置的选项。

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

IntelliJ IDEA 2022.3 Community Edition not showing Spring Boot as an option for Run Configurations

问题

如标题所述,我有一个项目,其中有多个Spring Boot项目位于不同的模块中。然而,在我构建了项目之后,尝试创建一个运行配置,但Spring不作为选项出现。

IntelliJ IDEA 2022.3 Community Edition 不显示 Spring Boot 作为运行配置的选项。

IntelliJ IDEA 2022.3 Community Edition 不显示 Spring Boot 作为运行配置的选项。

这是我目前正在工作的模块的项目结构。

我已禁用了所有第三方的Spring插件,并重新构建,但仍然没有运气。

尽管我们在pom.xml中有依赖项,但它也不显示为可用的框架。

我不确定发生了什么,所以感谢任何帮助。

英文:

As the title says, I have a project that has multiple spring boot projects in separate modules. However, after I have built the project, and try to make a run configuration Spring is not coming up as an option
IntelliJ IDEA 2022.3 Community Edition 不显示 Spring Boot 作为运行配置的选项。

IntelliJ IDEA 2022.3 Community Edition 不显示 Spring Boot 作为运行配置的选项。

Here is the project structure for the module I am currently working on

I have disabled all my 3rd party spring plugins and rebuilt without luck

It is not showing as an available framework as well even though we have the dependency in our pom.xml

Im not sure what is going on so any help is appreciated

答案1

得分: 1

Spring Boot运行配置类型仅在IntelliJ IDEA Ultimate版中可用。

请查看此表,比较免费和付费版本的功能。

该表显示Spring Boot支持在Community版中不可用:

IntelliJ IDEA 2022.3 Community Edition 不显示 Spring Boot 作为运行配置的选项。

英文:

Spring Boot run configuration type is available only in IntelliJ IDEA Ultimate edition.

See this table comparing the features of the free and paid versions.

It shows that Spring Boot support is not available in the Community edition:

IntelliJ IDEA 2022.3 Community Edition 不显示 Spring Boot 作为运行配置的选项。

huangapple
  • 本文由 发表于 2023年7月13日 00:41:03
  • 转载请务必保留本文链接:https://go.coder-hub.com/76672800.html
匿名

发表评论

匿名网友

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

确定