|
|
|
@ -29,19 +29,19 @@ For those in a hurry: |
|
|
|
|
|
|
|
|
|
|
|
* Download the jar through Maven: |
|
|
|
* Download the jar through Maven: |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.data</groupId> |
|
|
|
<groupId>org.springframework.data</groupId> |
|
|
|
<artifactId>spring-data-mongodb</artifactId> |
|
|
|
<artifactId>spring-data-mongodb</artifactId> |
|
|
|
<version>1.0.0.BUILD-SNAPSHOT</version> |
|
|
|
<version>1.2.0.BUILD-SNAPSHOT</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<repository> |
|
|
|
<repository> |
|
|
|
<id>spring-maven-snapshot</id> |
|
|
|
<id>spring-maven-snapshot</id> |
|
|
|
<snapshots><enabled>true</enabled></snapshots> |
|
|
|
<snapshots><enabled>true</enabled></snapshots> |
|
|
|
<name>Springframework Maven SNAPSHOT Repository</name> |
|
|
|
<name>Springframework Maven SNAPSHOT Repository</name> |
|
|
|
<url>http://maven.springframework.org/snapshot</url> |
|
|
|
<url>http://maven.springframework.org/snapshot</url> |
|
|
|
</repository> |
|
|
|
</repository> |
|
|
|
|
|
|
|
|
|
|
|
### MongoTemplate |
|
|
|
### MongoTemplate |
|
|
|
MongoTemplate is the central support class for Mongo database operations. It provides |
|
|
|
MongoTemplate is the central support class for Mongo database operations. It provides |
|
|
|
|