Skip to content

Commit

Permalink
第一次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
starcrm committed Sep 23, 2018
1 parent 8192236 commit b49c3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SpringBoot2.0 + NoSQL使用教程,项目名称:“SpringBoot2NoSQL”

## 项目介绍
All in one一站式SpringBoot for NoSQL开发教程学习手册。

Expand All @@ -14,7 +15,7 @@ All in one一站式SpringBoot for NoSQL开发教程学习手册。
8. Neo4j
9. Gemfire

共10种常用NoSQL数据库操作、工具类、演示代码。用于整理日常常用的开发模式,一是作为开发笔记以备我自己日后使用,二是分享出来供大家参考。
共9种常用NoSQL数据库操作、工具类、演示代码。用于整理日常常用的开发模式,一是作为开发笔记以备我自己日后使用,二是分享出来供大家参考。

重点介绍Redis、MongoDB、ElasticSeach、Cassandra四种数据库,因为它们是各自领域的领先者(分别是KV缓存、文档数据库、搜索数据库、列数据库)。

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package xy.SpringBoot2NoSQL;
package xy.spring2nosql;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
Expand Down

0 comments on commit b49c3cb

Please sign in to comment.