Skip to content

MyBatis-Plus-Join

MyBatis-Plus 最佳搭档,只做增强不做改变,为简化开发、提高效率而生。

MyBatis-Plus-Join

当前 MyBatis-Plus-Join 最新版本

xml
<dependency>
    <groupId>com.github.yulichang</groupId>
    <artifactId>mybatis-plus-join-boot-starter</artifactId>
    <version>1.5.2</version>
</dependency>
groovy
//Gradle
implementation group: 'com.github.yulichang', name: 'mybatis-plus-join-boot-starter', version: '1.5.2'
//Gradle short
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.2'
//Gradle kotlin
implementation("com.github.yulichang:mybatis-plus-join-boot-starter:1.5.2")

注意

最新版 MyBatis-Plus-Join 需要配合 MyBatis-Plus 3.1.2 及以上的版本使用

代码托管

👉Github | 👉Gitee

Released under the Apache License.