Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ Spring plugin not available

I am facing an issue with IntelliJ when trying to enable Spring support and I can't seem to figure out how to solve this.

To enable Spring I am following this guide: https://www.jetbrains.com/idea/help/enabling-spring-support.html

However, there doesn't seem to be any 'Spring' plugin available to select: Link to screenshot

Does anyone know how to fix this?

like image 529
Flightkick Avatar asked Jul 01 '15 15:07

Flightkick


People also ask

How do I get Spring plugin in IntelliJ?

To install the plugin open your editor (IntelliJ) and hit: File > Settings > Plugins and click on the Browse repositories button. Look for Spring Assistant the right click and select Download plugin . Finally hit the Apply button, agree to restart your IDE and you're all done!

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.

How do I fix plugin not found in IntelliJ?

From the Preferences in Intelli J, navigate to "Build, Execution, Deployment > Build Tools > Maven", check the "Use plugin registry", and click "OK". Then "File > Invalidate Caches / Restart" to reload Intelli J. The error will go away automatically.


1 Answers

You must be using the Community Edition. The Community Edition does not support Spring.

If you were using the Ultimate Edition, you'd see a screen like this when looking for Spring:

enter image description here

like image 185
Makoto Avatar answered Oct 16 '22 21:10

Makoto