Java Intellij Spring Initializr 不可用
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/32476228/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Intellij Spring Initializr not available
提问by Faraj Farook
I'm using Intellij IDE to code spring Boot.
我正在使用 Intellij IDE 编写 spring Boot 代码。
Spring Initializr was not available for me in the new project
option as in.
Spring Initializr 在new project
选项中对我不可用。
Below you can find the screenshot of my IDE. Please let me know what am i missing here?
您可以在下面找到我的 IDE 的屏幕截图。请让我知道我在这里缺少什么?
采纳答案by Yann Cébron
回答by Dark.Passenger
Although the asker here used IntelliJ Ultimate here, I'd like to point out that the Spring Initializer is only available in the ultimate edition, not in the community edition. If you are using the community version, there is no way to enable the Spring plugin here.
虽然这里的提问者在这里使用了 IntelliJ Ultimate,但我想指出的是 Spring Initializer 仅在终极版中可用,而不在社区版中可用。如果您使用的是社区版,则此处无法启用 Spring 插件。
回答by Chris
If you only have IntelliJ IDEA CE then you can still create Spring Boot applications. First generate your project directory using https://start.spring.ioand then import into IntelliJ IDEA and off you go.
如果您只有 IntelliJ IDEA CE,那么您仍然可以创建 Spring Boot 应用程序。首先使用https://start.spring.io生成您的项目目录,然后导入 IntelliJ IDEA 即可。
回答by Kuntal Shaw
I know this post is old, but this might help someone.
我知道这篇文章很旧,但这可能对某人有所帮助。
Spring Assistantis a plugin available for IntelliJ IDEA CE which has a spring framework integration for creating Spring Boot Projects.
Spring Assistant是一个可用于 IntelliJ IDEA CE 的插件,它具有用于创建 Spring Boot 项目的 Spring 框架集成。
https://plugins.jetbrains.com/plugin/10229-spring-assistant
https://plugins.jetbrains.com/plugin/10229-spring-assistant
Here is how it looks in IDEA IntelliJ editor
这是它在 IDEA IntelliJ 编辑器中的外观
回答by Omid Rostami
In Intellij Go To
在 Intellij 中转到
File > Settings > Plugins,
文件 > 设置 > 插件,
Search "Spring" And Check All plugin Started With Spring Then Restart intellij
搜索“Spring”并检查所有插件从 Spring 开始,然后重新启动 intellij
回答by Saikat
回答by Chintan Mangukiya
I am using IntelliJ IDEA 2019.3 CE and I don't see Spring or Spring Boot options in plugin. Spring Assistant plugin is available but it's not fully featured like native plugins.
我正在使用 IntelliJ IDEA 2019.3 CE,但在插件中看不到 Spring 或 Spring Boot 选项。Spring Assistant 插件可用,但它不像本地插件那样功能齐全。
- For example application.properties auto completion will not work. There is no styling. All is grayed out.
- In Facets, there is no option to choose Spring to mark it Spring Boot.
- 例如 application.properties 自动完成将不起作用。没有样式。全部变灰。
- 在 Facets 中,没有选择 Spring 标记为 Spring Boot 的选项。
I download spring boot project from start.spring.io and use it in IntelliJ IDEA 2019.3 CE with limited features. I think all nice to have features of Spring/Spring Boot are now only part of IntelliJ IDEA Ultimate edition. See comparison.
我从 start.spring.io 下载 spring boot 项目并在 IntelliJ IDEA 2019.3 CE 中使用它,但功能有限。我认为 Spring/Spring Boot 的所有特性现在都只是 IntelliJ IDEA Ultimate 版的一部分。参见比较。
Spring Assistant plugin can help to generate new app as a start without leaving IntelliJ IDEA CE which is good.
Spring Assistant 插件可以帮助生成新的应用程序作为开始,而无需离开 IntelliJ IDEA CE,这是很好的。