From 55aa5cc2fa8ab3b343b5c25e90f251986f34efd3 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Thu, 12 Feb 2015 23:24:26 +0800 Subject: [PATCH] Update 29. Working with NoSQL technologies.md --- IV. Spring Boot features/29. Working with NoSQL technologies.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IV. Spring Boot features/29. Working with NoSQL technologies.md b/IV. Spring Boot features/29. Working with NoSQL technologies.md index e69de29..0680a86 100644 --- a/IV. Spring Boot features/29. Working with NoSQL technologies.md +++ b/IV. Spring Boot features/29. Working with NoSQL technologies.md @@ -0,0 +1,2 @@ +### 29. 使用NoSQL技术 +Spring Data提供其他项目,用来帮你使用各种各样的NoSQL技术,包括[MongoDB](http://projects.spring.io/spring-data-mongodb/), [Neo4J](http://projects.spring.io/spring-data-neo4j/), [Elasticsearch](https://github.com/spring-projects/spring-data-elasticsearch/), [Solr](http://projects.spring.io/spring-data-solr/), [Redis](http://projects.spring.io/spring-data-redis/), [Gemfire](http://projects.spring.io/spring-data-gemfire/), [Couchbase](http://projects.spring.io/spring-data-couchbase/)和[Cassandra](http://projects.spring.io/spring-data-cassandra/)。Spring Boot为Redis, MongoDB, Elasticsearch, Solr和Gemfire提供自动配置。你可以充分利用其他项目,但你需要自己配置它们。具体查看[projects.spring.io/spring-data.](http://projects.spring.io/spring-data/)中合适的参考文档。