Reputation: 446
I've been Googling and reading a lot but I simply cannot add spring framework to my application.
On the IntelliJ website it says simply click 'Add module' and then under technologies select Spring. The only technology I have available is Groovy?!
Can anyone please help me with this?
Upvotes: 3
Views: 6515
Reputation: 902
I would suggest trying the offical spring website tutorial with one of these two Youtube videos:
Official Spring website about Intellij: Serving Web Content with Spring MVC, Build with your IDE
Youtube video tutorials on setting up spring with Intellij: Spring MVC with Intellij Full Java Config. No web.xml or Servlet.xml
or
Spring MVC application with Intellij Idea (with xml config)
Upvotes: 0
Reputation: 160291
The Community Edition of IntelliJ doesn't have the same out-of-the-box support for Spring (and EE development in general) the Ultimate Edition does.
Features and edition comparison
You may still use Spring, but you won't get the same IDE integration.
Upvotes: 6