This projects holds the Java source examples for my blog post series on the Spring Data project:
- GridFS Support in Spring Data MongoDB
- Part 6: Spring Data Redis
- Part 5: Spring Data Neo4j
- Part 4: Geospatial Queries with Spring Data MongoDB
- Part 3: Spring Data MongoDB
- Part 2: Spring Data JPA
- Part 1: Spring Data Commons
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.