Mybatis-Plus系列--综述

简介

备注

以下所有链接版本都指3.x版本。2.x版本网址:将https://mybatis.plus/改为https://mp.baomidou.com/即可。

官网

MyBatis-Plus(中文官网:有文档和配置

指南

https://mybatis.plus/guide

源码地址

gitee:https://gitee.com/baomidou/mybatis-plus
github:https://github.com/baomidou/mybatis-plus

快速入门

https://mybatis.plus/guide/quick-start.html

核心功能

代码生成器

使用:https://mybatis.plus/guide/generator.html

配置:https://mybatis.plus/config/generator-config.html

CRUD

https://mybatis.plus/guide/crud-interface.html

条件构造器

https://mybatis.plus/guide/wrapper.html 

分页插件

https://mybatis.plus/guide/page.html 

Sequence主键

https://mybatis.plus/guide/sequence.html

自定义代码生成器

https://mybatis.plus/guide/id-generator.html 

使用配置

简要:https://mybatis.plus/guide/config.html

详细:https://mybatis.plus/config/

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章