From 6b4fd1eec3236cd2adafd2203f4e7ee611978285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=8C=BFDD?= Date: Fri, 25 Mar 2016 21:03:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=8E=E7=BB=AD=E7=9A=84?= =?UTF-8?q?=E8=A7=84=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e1ee9c4..449f00c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,17 @@ Spring Boot系列博文:http://blog.didispace.com/tag/spring-boot/ - chapter3-2-1:使用JdbcTemplate - chapter3-2-2:使用Spring-data-jpa简化数据访问层(推荐) - chapter3-2-3:多数据源配置 +- chapter3-2-4:使用NoSQL数据库 + +### 事务管理 + +### 缓存支持 + +### 邮件服务 + +### 消息服务 + +### ## 教程整理地址