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/

 

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