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 // 插件整合模块