|
8 months ago | |
---|---|---|
.gitee | 5 years ago | |
.github | 9 months ago | |
gradle | 1 year ago | |
libs | 11 months ago | |
mybatis-plus | 10 months ago | |
mybatis-plus-annotation | 10 months ago | |
mybatis-plus-bom | 10 months ago | |
mybatis-plus-core | 9 months ago | |
mybatis-plus-extension | 8 months ago | |
mybatis-plus-generator | 9 months ago | |
spring-boot-starter | 9 months ago | |
.editorconfig | 7 years ago | |
.gitignore | 4 years ago | |
CHANGELOG.md | 11 months ago | |
LICENSE | 1 year ago | |
MPCodeStyle.xml | 8 years ago | |
README-zh.md | 11 months ago | |
README.md | 11 months ago | |
build.gradle | 8 months ago | |
changelog-temp.md | 9 months ago | |
gradle.properties | 9 months ago | |
gradlew | 3 years ago | |
gradlew.bat | 3 years ago | |
license.txt | 1 year ago | |
settings.gradle | 8 months ago |
为简化开发工作、提高生产率而生
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