From 227b751aff0f11f271ebaa4df0d672df8e70994b Mon Sep 17 00:00:00 2001 From: dftre <3066417822@qq.com> Date: Wed, 30 Oct 2024 13:57:09 +0800 Subject: [PATCH] u readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ddf2f25..e10a0ba 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ RuoYi-Geek不仅仅是一个简单的升级版本,更是对于RuoYi生态的 ``` + com.ruoyi ├── common // 工具类 │ └── annotation // 自定义注解 @@ -121,6 +122,7 @@ com.ruoyi │ └── mybatis-jpa // mybatis-jpa插件(可移除)(简化CRUD,以数据模型为基础开发) │ └── mybatis-plus // mybatis-plus插件(可移除)(简化CRUD) │ └── mybatis-interceptor // mybatis-interceptor插件(可移除)(简化数据鉴权和分页,扩展性强) +│ └── atomikos // atomikos分布式事务插件(可移除) │ └── netty // netty插件(可移除) │ └── websocket // websocket插件(可移除) │ └── starter // 插件整合模块