YanetP1988
YanetP1988

Reputation: 1356

Setting up Spring in Intellij Idea

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

Answers (3)

alturkovic
alturkovic

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

CrazyCoder
CrazyCoder

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

Thomas.L
Thomas.L

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

Related Questions