1 Star 0 Fork 111

ab-sample / mybatis-mate-examples

加入 Gitee
与超过 1000 万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README.md

mybatis-mate

介绍

mybatis-plus 企业(数据优雅处理)模块

营造良好的软件生态,合规渠道获得软件作者授权。

  • Spring Boot 引入自动依赖注解包(该包自动会引入 annotation 注解包)
<dependency>
  <groupId>com.baomidou</groupId>
  <artifactId>mybatis-mate-starter</artifactId>
  <version>1.2.5</version>
</dependency>
  • 注解(实体分包使用)
<dependency>
  <groupId>com.baomidou</groupId>
  <artifactId>mybatis-mate-annotation</artifactId>
  <version>1.2.5</version>
</dependency>
  • 咨询作者

微信 wx153666

  • mybatis-mate-data-audit :数据审计(对账)示例

  • mybatis-mate-data-datascope :数据范围(数据权限)示例 包含二次授权逻辑

  • mybatis-mate-ddl-mysql :表结构自动维护 Mysql 示例

  • mybatis-mate-ddl-postgres :表结构自动维护 PostgreSQL 示例

  • mybatis-mate-dict :字段数据字典自动映射示例

该功能可以绑定任意类型的数据源,例如:根据 orderId 绑定 orderNo

  • mybatis-mate-encrypt :字段加密解密示例

  • mybatis-mate-encrypt-mysql-aes :数据库 mysql 字段 aes 双向加密解密示例

  • mybatis-mate-encrypt-sm2-sm3-sm4 :国密 sm2 sm3 sm4 加密算法示例

  • mybatis-mate-jsonbind :返回 json 数据动态绑定虚拟属性 示例

  • mybatis-mate-sensitive-jackson :字段脱敏 jackson 实现示例

  • mybatis-mate-sensitive-words :请求参数 敏感词 过滤 AC 算法 示例

  • mybatis-mate-sharding :多数据源分库分表(读写分离)健康检查自动切换示例

  • mybatis-mate-sharding-dynamic :多数据源动态加载卸载示例(代码初始化数据源)

  • mybatis-mate-sharding-jta-atomikos :多数据源事务( jta atomikos)示例

简介

mybatis-mate 为 mp 企业级模块,支持分库分表,数据审计、数据敏感词过滤(AC算法),字段加密,字典回写(数据绑定),数据权限,表结构自动生成 SQL 维护 等 展开 收起
MulanPSL-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/ab-sample/mybatis-mate-examples.git
git@gitee.com:ab-sample/mybatis-mate-examples.git
ab-sample
mybatis-mate-examples
mybatis-mate-examples
master

搜索帮助

10d9f8b4 4838521 8bde8327 4838521