Some code samples showing some of the Spring 3.*/4 features
You should have Oracle jdbc driver library installed in your local Maven repo:
group: 'oracle', name: 'jdbc', version:'11.2.0'
Check repositories section in build.gradle file to point correctly to your local Maven repo.
mvn clean install
mvn clean build
-
Import as Maven project
-
mvn idea:ideaand import as IDEA project
-
Import as Maven project using m2eclipse plugin
-
mvn eclipse:eclipseand import as Eclipse project