|
8 月之前 | |
---|---|---|
.gitee | 5 年之前 | |
.github | 9 月之前 | |
gradle | 1 年之前 | |
libs | 11 月之前 | |
mybatis-plus | 9 月之前 | |
mybatis-plus-annotation | 10 月之前 | |
mybatis-plus-bom | 10 月之前 | |
mybatis-plus-core | 9 月之前 | |
mybatis-plus-extension | 8 月之前 | |
mybatis-plus-generator | 9 月之前 | |
spring-boot-starter | 9 月之前 | |
.editorconfig | 7 年之前 | |
.gitignore | 4 年之前 | |
CHANGELOG.md | 11 月之前 | |
LICENSE | 1 年之前 | |
MPCodeStyle.xml | 8 年之前 | |
README-zh.md | 11 月之前 | |
README.md | 11 月之前 | |
build.gradle | 8 月之前 | |
changelog-temp.md | 9 月之前 | |
gradle.properties | 9 月之前 | |
gradlew | 3 年之前 | |
gradlew.bat | 3 年之前 | |
license.txt | 1 年之前 | |
settings.gradle | 8 月之前 |
为简化开发工作、提高生产率而生
Mybatis 增强工具包 - 只做增强不做改变,简化CRUD
操作
添加 微信 wx153666
备注进 mp 群
不允许非法项目使用,后果自负
SpringBoot2
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>Latest Version</version>
</dependency>
xml
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
<version>Latest Version</version>
</dependency>
Gradle
SpringBoot2
compile group: 'com.baomidou', name: 'mybatis-plus-boot-starter', version: 'Latest Version'
groovy
compile group: 'com.baomidou', name: 'mybatis-plus-spring-boot3-starter', version: 'Latest Version'
欢迎提出更好的意见,帮助完善 Mybatis-Plus