From 5162070738c0e43514635bd9681438f3afed2522 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Mon, 13 Nov 2017 21:21:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20mybatis-demo=20=E7=9A=84?= =?UTF-8?q?=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-mybatis/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-demo-mybatis/README.md b/spring-boot-demo-mybatis/README.md index a65e971..9450c41 100644 --- a/spring-boot-demo-mybatis/README.md +++ b/spring-boot-demo-mybatis/README.md @@ -2,6 +2,8 @@ 依赖 [spring-boot-demo-helloworld](../spring-boot-demo-parent) +集成了通用Mapper、分页插件PageHelper以及阿里的数据源Druid + ### pom.xml ```xml