Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.34 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.34 KB

Spring Data Blog Series

This projects holds the Java source examples for my blog post series on the Spring Data project:

Build Status @ Travis CI

Build Status

Usage

The projects are using a Maven based build. To run the tests on the command line use

mvn clean test

If you want to use an IDE like Eclipse run

mvn eclipse:eclipse

and set the Eclipse variable M2_REPO pointing to your local Maven repository. Or just import the project as an existing Maven project if you are using the m2 plugin.