Skip to content

olegts/Spring4Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring4Samples

Description:

Some code samples showing some of the Spring 3.*/4 features

How to build:

Prerequisites:

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.

Maven build with running tests:

mvn clean install

Gradle build with running tests:

mvn clean build

How to import in your IDE:

IntellijIDEA:

  1. Import as Maven project

  2. mvn idea:idea and import as IDEA project

Eclipse:

  1. Import as Maven project using m2eclipse plugin

  2. mvn eclipse:eclipse and import as Eclipse project

About

Some code samples showing some of the Spring 3.*/4 features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors