Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij Spring Initializr not available

I'm using Intellij IDE to code spring Boot.

Spring Initializr was not available for me in the new project option as in.

http://blog.jetbrains.com/idea/2015/03/develop-spring-boot-applications-more-productively-with-intellij-idea-14-1/

Below you can find the screenshot of my IDE. Please let me know what am i missing here?

enter image description here

like image 570
Faraj Farook Avatar asked Sep 09 '15 09:09

Faraj Farook


People also ask

Can not see Spring Initializr in IntelliJ?

If you don't see the spring plugins available in the list, make sure to click on marketplace at the top center. By default, you see the installed plugins only. Show activity on this post. Show activity on this post.

Why Spring is not showing in IntelliJ?

Enable Spring support in IntelliJ IDEA This functionality is not available in IntelliJ IDEA Community Edition and IntelliJ IDEA Edu. Press Ctrl+Alt+S to open the IDE settings and select Plugins. Open the Installed tab, search for Spring and make sure that the checkboxes next to all relevant plugins are selected.


1 Answers

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.

like image 60
Dark.Passenger Avatar answered Sep 19 '22 02:09

Dark.Passenger