Spring Social for MongoDB
A sample implementation of a Spring Social connection repository using Spring Data for MongoDb.
Build
./gradlew build
Import to Eclipse
./gradlew eclipse
| License |
License |
|---|---|
| GroupId | GroupIdorg.fuzzydb |
| ArtifactId | ArtifactIdspring-social-mongo |
| Last Version | Last Version0.9.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA spring social repository for Mongodb
Version uploaded to Maven Central as org.fuzzydb:spring-social-mongo while waiting for SpringSource to merge it in. We need a production version
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-social-mongo-0.9.0.pom | |
| spring-social-mongo-0.9.0.jar | 16 KB |
| spring-social-mongo-0.9.0-sources.jar | 10 KB |
| spring-social-mongo-0.9.0-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fuzzydb/spring-social-mongo/ -->
<dependency>
<groupId>org.fuzzydb</groupId>
<artifactId>spring-social-mongo</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fuzzydb/spring-social-mongo/
implementation 'org.fuzzydb:spring-social-mongo:0.9.0'
// https://jarcasting.com/artifacts/org.fuzzydb/spring-social-mongo/
implementation ("org.fuzzydb:spring-social-mongo:0.9.0")
'org.fuzzydb:spring-social-mongo:jar:0.9.0'
<dependency org="org.fuzzydb" name="spring-social-mongo" rev="0.9.0">
<artifact name="spring-social-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fuzzydb', module='spring-social-mongo', version='0.9.0')
)
libraryDependencies += "org.fuzzydb" % "spring-social-mongo" % "0.9.0"
[org.fuzzydb/spring-social-mongo "0.9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.security : spring-security-web | jar | 3.1.0.RELEASE |
| org.springframework : spring-context | jar | 3.1.1.RELEASE |
| org.springframework.data : spring-data-mongodb | jar | 1.0.1.RELEASE |
| org.mongodb : mongo-java-driver | jar | 2.7.3 |
| org.springframework.security : spring-security-config | jar | 3.1.0.RELEASE |
| javax.validation : validation-api | jar | 1.0.0.GA |
| cglib : cglib-nodep | jar | 2.2.2 |
| org.springframework : spring-core | jar | 3.1.1.RELEASE |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| org.hibernate : hibernate-validator | jar | 4.0.2.GA |
| org.springframework.social : spring-social-core | jar | 1.0.2.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
| log4j : log4j | jar | 1.2.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 1.9.0 |
| org.springframework : spring-test | jar | 3.1.1.RELEASE |
| junit : junit | jar | 4.10 |
A sample implementation of a Spring Social connection repository using Spring Data for MongoDb.
./gradlew build
./gradlew eclipse