几种 MyBatis 增强插件

1. mybatis-generator/mybatis-generator-gui

2. 通用mapper

3. mybatis-plus

4. fastmybatis

5. mybatis-enhance

参考文章:

  https://blog.csdn.net/m0_37524586/article/details/88351833 123对比

  https://blog.csdn.net/wenhao24725/article/details/91377140 2345介绍

  https://www.cnblogs.com/kankan1218/p/6142819.html mybatis-generator-gui推荐

  https://blog.csdn.net/Andy2019/article/details/79411719 mybatis-generator-gui推荐

  https://blog.csdn.net/qq_40147863/article/details/85931623 mybatis-generator-gui推荐

  https://github.com/zouzg/mybatis-generator-gui mybatis-generator-gui官方

  https://durcframework.gitee.io/fastmybatis/#/files/10010_%E5%BF%AB%E9%80%9F%E4%BD%93%E9%AA%8C?t=1563521299471 fastmybatis官方

  https://gitee.com/hengboy/mybatis-enhance mybatis-enhance官方

  https://gitee.com/free/Mapper/wikis/1.3-spring-boot?sort_id=208198 通用mapper官方

  https://blog.csdn.net/didi7696/article/details/80164360 springboot整合通用mapper

  https://baomidou.oschina.io/mybatis-plus-doc/#/?id=%E7%AE%80%E4%BB%8B mybatis-plus官方

  https://blog.51cto.com/8939110/2433266 玩转通用mapper和mybatis-plus插件

  https://www.2cto.com/kf/201806/753264.html 通用mapper与pagehelper

原文地址:https://www.cnblogs.com/tarencez/p/11670811.html