Spring social persistence layer for MongoDB. Connects Spring social with MongoDB.
- Blog post about implementing spring social persistence layer
- GitHub repository that this project extends with: removal of depricated query methods, removal of commented code lines, added layers separation
In order to use this library add repository location into your pom.xml
and add dependency.
<dependency>
<groupId>net.exacode.spring.social</groupId>
<artifactId>spring-social-mongodb</artifactId>
<version>${version.spring-social-mongodb}</version>
</dependency>