Coder Social home page Coder Social logo

mybatis-mate-examples's Introduction

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-examples's People

Contributors

qmdx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.