You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
# Spring Data MongoDB
2
2
3
-
The primary goal of the [Spring Data](http://www.springsource.org/spring-data) project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.
3
+
The primary goal of the [Spring Data](http://projects.spring.io/spring-data) project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.
4
4
5
5
The Spring Data MongoDB project aims to provide a familiar and consistent Spring-based programming model for new datastores while retaining store-specific features and capabilities. The Spring Data MongoDB project provides integration with the MongoDB document database. Key functional areas of Spring Data MongoDB are a POJO centric model for interacting with a MongoDB DBCollection and easily writing a repository style data access layer.
6
6
7
7
## Getting Help
8
8
9
9
For a comprehensive treatment of all the Spring Data MongoDB features, please refer to:
10
10
11
-
* the [User Guide](http://static.springsource.org/spring-data/data-mongodb/docs/current/reference/html/)
12
-
* the [JavaDocs](http://static.springsource.org/spring-data/data-mongodb/docs/current/api/) have extensive comments in them as well.
13
-
* the home page of [Spring Data MongoDB](http://www.springsource.org/spring-data/mongodb) contains links to articles and other resources.
14
-
* for more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=80).
11
+
* the [User Guide](http://docs.spring.io/spring-data/mongodb/docs/current/reference/html/)
12
+
* the [JavaDocs](http://docs.spring.io/spring-data/mongodb/docs/current/api/) have extensive comments in them as well.
13
+
* the home page of [Spring Data MongoDB](http://projects.spring.io/spring-data-mongodb) contains links to articles and other resources.
14
+
* for more detailed questions, use the [forum](http://forum.spring.io/forum/spring-projects/data/nosql).
15
15
16
-
If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://www.springsource.org/projects).
16
+
If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://projects.spring.io/).
17
17
18
18
19
19
## Quick Start
@@ -53,7 +53,7 @@ MongoTemplate is the central support class for Mongo database operations. It pro
53
53
* Basic POJO mapping support to and from BSON
54
54
* Convenience methods to interact with the store (insert object, update objects) and MongoDB specific ones (geo-spatial operations, upserts, map-reduce etc.)
55
55
* Connection affinity callback
56
-
* Exception translation into Spring's [technology agnostic DAO exception hierarchy](http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/dao.html#dao-exceptions).
56
+
* Exception translation into Spring's [technology agnostic DAO exception hierarchy](http://docs.spring.io/spring/docs/current/spring-framework-reference/html/dao.html#dao-exceptions).
57
57
58
58
### Spring Data repositories
59
59
@@ -139,9 +139,9 @@ public class MyService {
139
139
140
140
Here are some ways for you to get involved in the community:
141
141
142
-
* Get involved with the Spring community on the Spring Community Forums. Please help out on the [forum](http://forum.springsource.org/forumdisplay.php?f=80) by responding to questions and joining the debate.
142
+
* Get involved with the Spring community on the Spring Community Forums. Please help out on the [forum](http://forum.spring.io/forum/spring-projects/data/nosql) by responding to questions and joining the debate.
143
143
* Create [JIRA](https://jira.springframework.org/browse/DATADOC) tickets for bugs and new features and comment and vote on the ones that you are interested in.
144
144
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](http://help.github.com/forking/). If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing.
145
-
* Watch for upcoming articles on Spring by [subscribing](http://www.springsource.org/node/feed) to springframework.org
145
+
* Watch for upcoming articles on Spring by [subscribing](http://spring.io/blog) to spring.io.
146
146
147
147
Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://support.springsource.com/spring_committer_signup). Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.
0 commit comments