Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttrelle/spring-data-examples
Examples for using Spring Data for JPA, MongoDB, Neo4j, Redis
https://github.com/ttrelle/spring-data-examples
java jpa mongodb neo4j redis spring-data
Last synced: about 1 month ago
JSON representation
Examples for using Spring Data for JPA, MongoDB, Neo4j, Redis
- Host: GitHub
- URL: https://github.com/ttrelle/spring-data-examples
- Owner: ttrelle
- Created: 2011-12-23T10:11:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T06:21:04.000Z (11 months ago)
- Last Synced: 2024-09-27T21:41:53.820Z (about 2 months ago)
- Topics: java, jpa, mongodb, neo4j, redis, spring-data
- Language: Java
- Homepage:
- Size: 266 KB
- Stars: 180
- Watchers: 16
- Forks: 164
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Data Blog Series
This projects holds the Java source examples for my blog post series on the Spring Data project:
* [GridFS Support in Spring Data MongoDB](http://blog.codecentric.de/en/2012/07/gridfs-support-in-spring-data-mongodb/)
* [Part 6: Spring Data Redis](http://blog.codecentric.de/en/2012/04/spring-data-redis/)
* [Part 5: Spring Data Neo4j](http://blog.codecentric.de/en/2012/02/spring-data-neo4j/)
* [Part 4: Geospatial Queries with Spring Data MongoDB](http://blog.codecentric.de/en/2012/02/spring-data-mongodb-geospatial-queries/)
* [Part 3: Spring Data MongoDB](http://blog.codecentric.de/en/2012/02/spring-data-mongodb/)
* [Part 2: Spring Data JPA](http://blog.codecentric.de/en/2012/01/spring-data-jpa/)
* [Part 1: Spring Data Commons](http://blog.codecentric.de/en/2011/12/spring-data-commons/)## Build Status @ Travis CI ##
[![Build Status](https://travis-ci.org/ttrelle/spring-data-examples.png?branch=master)](https://travis-ci.org/ttrelle/spring-data-examples)## 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 runmvn 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.