IntelliJ and Spring Data?
I have seen numerous blogs indicating that "it should be easy to setup Spring with IntelliJ" as the IDE automatically detects if you are using Spring . . . My question is how do I setup a project to use Spring before I have "started using it". What dependencies should I set up with Maven, etc.?
Thank you.
请先登录再写评论。
For maven, add what ever Spring dependencies you need. spring-context at a minimum.
To configure IDEA, you need to add a Spring facet to each module that uses Spring.
Option 1 - the pseudo manual way
Option 2 - The fully manual way (and adding additional support)