英文:
IntelliJ IDEA 2022.3 Community Edition not showing Spring Boot as an option for Run Configurations
问题
如标题所述,我有一个项目,其中有多个Spring Boot项目位于不同的模块中。然而,在我构建了项目之后,尝试创建一个运行配置,但Spring不作为选项出现。
这是我目前正在工作的模块的项目结构。
我已禁用了所有第三方的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
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版中不可用:
英文:
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:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论