Born To Simplify Development
[企业版 Mybatis-Mate 高级特性](https://gitee.com/baomidou/mybatis-mate-examples) 添加 `微信 wx153666` 备注进 mp 群 > 不允许非法项目使用,后果自负 # Special user ## What is MyBatis-Plus? MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development. This toolkit provides some efficient, useful, out-of-the-box features for MyBatis, use it can effectively save your development time. ## Links - [Documentation](https://baomidou.com) - [Code Generator](https://github.com/baomidou/generator) - [Samples](https://github.com/baomidou/mybatis-plus-samples) - [Showcase](https://github.com/baomidou/awesome-mybatis-plus) - [企业版 Mybatis-Mate 高级特性](https://gitee.com/baomidou/mybatis-mate-examples) ## Features - Fully compatible with MyBatis - Auto configuration on startup - Out-of-the-box interfaces for operate database - Powerful and flexible where condition wrapper - Multiple strategy to generate primary key - Lambda-style API - Almighty and highly customizable code generator - Automatic paging operation - SQL Inject defense - Support active record - Support pluggable custom interface - Build-in many useful extensions ## Getting started - Add MyBatis-Plus dependency - Latest Version: [](https://search.maven.org/search?q=g:com.baomidou%20a:mybatis-*) - Maven: - SpringBoot2 ```xml