From 5f4630be025cafc37341d5bdb0fd52b0101773ec Mon Sep 17 00:00:00 2001 From: qi Date: Mon, 1 Jul 2019 07:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BE=AE=E4=BF=A1=E5=85=AC?= =?UTF-8?q?=E4=BC=97=E5=8F=B7=E8=A7=84=E5=88=99=E7=BB=91=E5=AE=9A=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f20e4e0..bda549c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ssm 安装教程 ssm 使用说明 1. 菜单目录采用设计模式中的容器模式,理论上是可以实现三级甚至四级的菜单目录. -2. 自定义一个mybatis的xml生成插件(com.lq.code.util.mybatisPlus.CreateMapperFileUtil),配置BaseDao一起使用.基本实现单表的操作功能 +2. 自定义一个mybatis的xml生成插件(com.lq.code.util.mybatisPlus.CreateMapperFileUtil),配合BaseDao一起使用.基本实现单表的操作功能 3. 自定义实体同步数据库表结构插件(com.lq.code.executor.processor.InstantiationTracingBeanPostProcessor) 4. AdminBaseDao,AdminBaseServer,AdminBaseController.三层类结构的继承。可以实现简单模块基本管理功能。