From e27e339dafa4166a4a14ac4cdac34d2bbfea505d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B7=E6=9E=97?= Date: Fri, 10 Jan 2020 09:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90U=E3=80=91=E6=B7=B1=E6=80=9D=E7=86=9F?= =?UTF-8?q?=E8=99=91=E5=90=8E=E5=88=A0=E9=99=A4baseLogicService=20?= =?UTF-8?q?=E4=B9=8B=E5=89=8D=E7=9A=84=E6=95=B0=E6=8D=AE=E6=93=8D=E4=BD=9C?= =?UTF-8?q?service=E6=94=B9=E5=90=8D=E4=B8=BARepository?= 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 b7cd372..40f2763 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ spring boot的项目管理方式。 ## 功能介绍 -集成tk-mybatis,并扩展了BaseService 和 LogicService(带逻辑删除),提供日志记录,线程内MDC日志Id,统一的restful返回标准,基于tk-mybatis的逆向代码生成工具,提供基于redisson的注解式分布式锁DLock,提供自己扩展的 +集成tk-mybatis,并扩展了BaseService(改名为BaseRepository) 和 LogicService(带逻辑删除-该接口已删除-依然可以继承AbstractLogicRepositoryImpl完成逻辑资源操作),提供日志记录,线程内MDC日志Id,统一的restful返回标准,基于tk-mybatis的逆向代码生成工具,提供基于redisson的注解式分布式锁DLock,提供自己扩展的 spring boot starter,提供springcloud统一数据解析和异常传递。 ## 模块介绍