Intellij Spring Initializr not available

JavaSpringIntellij IdeaSpring Initializr

Java Problem Overview


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

Java Solutions


Solution 1 - Java

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.

Solution 2 - Java

If you only have IntelliJ IDEA CE then you can still create Spring Boot applications. First generate your project directory using https://start.spring.io and then import into IntelliJ IDEA and off you go.

Solution 3 - Java

Please verify "Spring Boot" plugin is enabled.

In File > Settings > Plugins, you will probably find the Plugin unselected:

Spring Boot Plugin still unselected

(The above a screenshot of Intellij IDEA 2018.1 Ultimate)

Solution 4 - Java

I know this post is old, but this might help someone.

Spring Assistant is a plugin available for IntelliJ IDEA CE which has a spring framework integration for creating Spring Boot Projects.

https://plugins.jetbrains.com/plugin/10229-spring-assistant

Here is how it looks in IDEA IntelliJ editor

enter image description here

Solution 5 - Java

Now Intilij Community edition is supporting the spring initilizer by plugin Spring Assistant. Install Spring Assistant in plugin section. This plugin will help you to call spring initializer for project creation.

enter image description here

to Install Spring Assistant go to plugin and search Spring select "Spring Assistant" enter image description here

Solution 6 - Java

For Mac OS - Intellij - Refer below Navigation to add Plugins :

Intelij IDEA>>Preference>>Plugins>>Search Spring & install Spring tool & Assistance

Solution 7 - Java

Adding screenshot from latest 2019.2 IDEA Ultimate Edition:

  • Go to File -> Settings -> Plugins
  • search for spring boot under Installed plugins list
  • Press the Enable button
  • Restart IDE

enter image description here

Solution 8 - Java

Go to File -> Setting -> Plugins -> https://i.stack.imgur.com/aGYpE.png Here Displaying MarketPlace And Installed, -> click on installed search for spring assistant https://i.stack.imgur.com/FF4xd.png click on checkbox and click on ok-> intellij automatically ask restart the ide. Click on restart. After this spring assistant display while creating spring boot application

Solution 9 - Java

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.

  • 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.

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.

Spring Assistant plugin can help to generate new app as a start without leaving IntelliJ IDEA CE which is good.

Solution 10 - Java

I know this is a late entry, but I'm hoping it might help somebody. I have IntelliJ Ultimate and had all of the Spring plugins enabled after installing the application. When I tried to create a Spring Boot project, Spring Initializer was not in my list of options just like the OP's problem.

I didn't find a solution here so I went to File -> Settings -> Plugins and tried disabling my Spring Boot plugin and restarting. Then I re-enabled Spring Boot and restarted and voila I now have the Spring Initializer available in the New Project Wizard.

Solution 11 - Java

In intellij idea navigate to the File-> Settings. In the Plugins section search for Spring Assistant. Then install the Spring Assistant plugin. enter image description here

Then restart the intellij idea and create the spring boot application.

Solution 12 - Java

Though the user asked about the ultimate version its good to know that community version provides a plugin called Spring Assistant plugin which guides to a spring boot project.

File-> Settings -> Spring Assistant
Then restart the IDE Then,
File-> New -> Project -> Spring Assistant

Solution 13 - Java

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.

Solution 14 - Java

As of April 2022, the name of plugin is Spring Initializr and Assistant (works for IntelliJ IDEA 2021.3.1 Community Edition)

Solution 15 - Java

In Intellij Go To

File > Settings > Plugins,

Search "Spring" And Check All plugin Started With Spring Then Restart intellij

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionFaraj FarookView Question on Stackoverflow
Solution 1 - JavaDark.PassengerView Answer on Stackoverflow
Solution 2 - JavaChrisView Answer on Stackoverflow
Solution 3 - JavaYann CébronView Answer on Stackoverflow
Solution 4 - JavaKuntal ShawView Answer on Stackoverflow
Solution 5 - JavaAbhilash RanjanView Answer on Stackoverflow
Solution 6 - JavaPankajView Answer on Stackoverflow
Solution 7 - JavaSaikatView Answer on Stackoverflow
Solution 8 - JavaSundeepView Answer on Stackoverflow
Solution 9 - JavaChintan MangukiyaView Answer on Stackoverflow
Solution 10 - Javatune5thsView Answer on Stackoverflow
Solution 11 - JavaSenthuranView Answer on Stackoverflow
Solution 12 - JavaNiroshan RatnayakeView Answer on Stackoverflow
Solution 13 - JavaChristopheView Answer on Stackoverflow
Solution 14 - JavaShreyansh JainView Answer on Stackoverflow
Solution 15 - JavaOmid RostamiView Answer on Stackoverflow