Reputation: 1356
I want to set up a Spring project in IntelliJ Idea (Community Edition) and this guide doesn't help, since Spring module doesn't appear. Is this possible?
Upvotes: 0
Views: 758
Reputation: 1120
If you check the comparison chart here: https://www.jetbrains.com/idea/features/editions_comparison_matrix.html
you can see that Spring support is Ultimate edition feature only.
Upvotes: 1
Reputation: 401897
IntelliJ IDEA Community edition has no Spring support, you need IntelliJ IDEA Ultimate. Please check this page for the differences between the editions.
Upvotes: 2
Reputation: 331
It doesn't appear because you need to create it, the documentation is quite clear about it..
You can add, remove or edit file sets in
File | Project Structure | Modules | | Spring
or
File | Project Structure | Facets | Spring ().
So you click the little green + sign and add a Spring facet/module
Upvotes: 0