Issue
I'm using Intellij IDE to code spring Boot.
Spring Initializr was not available for me in the new project
option as in.
rel="noreferrer">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?
Solution
Please verify "Spring Boot" plugin is enabled.
In File > Settings > Plugins, you will probably find the Plugin unselected:
(The above a screenshot of Intellij IDEA 2018.1 Ultimate)
Answered By - Yann Cébron
Answer Checked By - David Marino (JavaFixing Volunteer)