mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
版本
This commit is contained in:
parent
4b4f0a2016
commit
e53386a8e1
@ -49,12 +49,12 @@ QQ群:1022221898 或者
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
- Gradle
|
- Gradle
|
||||||
```
|
```
|
||||||
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.4.1'
|
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.5'
|
||||||
```
|
```
|
||||||
或者clone代码到本地执行 mvn install, 再引入以上依赖
|
或者clone代码到本地执行 mvn install, 再引入以上依赖
|
||||||
<br>
|
<br>
|
||||||
@ -161,4 +161,4 @@ MPJLambdaWrapper其他功能
|
|||||||
* <a href="https://mybatisplusjoin.com/pages/core/lambda/join/leftJoin.html" target="_blank">ON语句多条件支持</a>
|
* <a href="https://mybatisplusjoin.com/pages/core/lambda/join/leftJoin.html" target="_blank">ON语句多条件支持</a>
|
||||||
* <a href="https://www.baidu.com/link?url=wdmhssysW-Mj19Gkcc2CBOzNVoimHat57mlnH78SEU_6y0awYgDKTBy7es9BXnAH&wd=&eqid=908484020001866e000000056440b5e3" target="_blank">其他全部功能请参考使用文档</a>
|
* <a href="https://www.baidu.com/link?url=wdmhssysW-Mj19Gkcc2CBOzNVoimHat57mlnH78SEU_6y0awYgDKTBy7es9BXnAH&wd=&eqid=908484020001866e000000056440b5e3" target="_blank">其他全部功能请参考使用文档</a>
|
||||||
|
|
||||||
# <a href="https://www.baidu.com/link?url=wdmhssysW-Mj19Gkcc2CBOzNVoimHat57mlnH78SEU_6y0awYgDKTBy7es9BXnAH&wd=&eqid=908484020001866e000000056440b5e3" target="_blank">使用文档 wiki</a>
|
# <a href="https://www.baidu.com/link?url=wdmhssysW-Mj19Gkcc2CBOzNVoimHat57mlnH78SEU_6y0awYgDKTBy7es9BXnAH&wd=&eqid=908484020001866e000000056440b5e3" target="_blank">使用文档 wiki</a>
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-adapter</artifactId>
|
<artifactId>mybatis-plus-join-adapter</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>mybatis-plus-join-adapter-base</artifactId>
|
<artifactId>mybatis-plus-join-adapter-base</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<name>mybatis-plus-join-adapter-base</name>
|
<name>mybatis-plus-join-adapter-base</name>
|
||||||
|
|
||||||
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-adapter</artifactId>
|
<artifactId>mybatis-plus-join-adapter</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>mybatis-plus-join-adapter-v33x</artifactId>
|
<artifactId>mybatis-plus-join-adapter-v33x</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<name>mybatis-plus-join-adapter-v33x</name>
|
<name>mybatis-plus-join-adapter-v33x</name>
|
||||||
|
|
||||||
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
||||||
@ -46,7 +46,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-adapter-base</artifactId>
|
<artifactId>mybatis-plus-join-adapter-base</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.baomidou</groupId>
|
<groupId>com.baomidou</groupId>
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-adapter</artifactId>
|
<artifactId>mybatis-plus-join-adapter</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>mybatis-plus-join-adapter-v3431</artifactId>
|
<artifactId>mybatis-plus-join-adapter-v3431</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<name>mybatis-plus-join-adapter-v3431</name>
|
<name>mybatis-plus-join-adapter-v3431</name>
|
||||||
|
|
||||||
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
||||||
@ -46,7 +46,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-adapter-base</artifactId>
|
<artifactId>mybatis-plus-join-adapter-base</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.baomidou</groupId>
|
<groupId>com.baomidou</groupId>
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-adapter</artifactId>
|
<artifactId>mybatis-plus-join-adapter</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>mybatis-plus-join-adapter-v352</artifactId>
|
<artifactId>mybatis-plus-join-adapter-v352</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<name>mybatis-plus-join-adapter-v352</name>
|
<name>mybatis-plus-join-adapter-v352</name>
|
||||||
|
|
||||||
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-root</artifactId>
|
<artifactId>mybatis-plus-join-root</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<artifactId>mybatis-plus-join-adapter</artifactId>
|
<artifactId>mybatis-plus-join-adapter</artifactId>
|
||||||
<name>mybatis-plus-join-adapter</name>
|
<name>mybatis-plus-join-adapter</name>
|
||||||
|
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-root</artifactId>
|
<artifactId>mybatis-plus-join-root</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<artifactId>mybatis-plus-join-annotation</artifactId>
|
<artifactId>mybatis-plus-join-annotation</artifactId>
|
||||||
<name>mybatis-plus-join-annotation</name>
|
<name>mybatis-plus-join-annotation</name>
|
||||||
|
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-root</artifactId>
|
<artifactId>mybatis-plus-join-root</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
||||||
<name>mybatis-plus-join-boot-starter</name>
|
<name>mybatis-plus-join-boot-starter</name>
|
||||||
|
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-extension</artifactId>
|
<artifactId>mybatis-plus-join-extension</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-root</artifactId>
|
<artifactId>mybatis-plus-join-root</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<artifactId>mybatis-plus-join-core</artifactId>
|
<artifactId>mybatis-plus-join-core</artifactId>
|
||||||
<name>mybatis-plus-join-core</name>
|
<name>mybatis-plus-join-core</name>
|
||||||
|
|
||||||
@ -47,22 +47,22 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-annotation</artifactId>
|
<artifactId>mybatis-plus-join-annotation</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-adapter-v33x</artifactId>
|
<artifactId>mybatis-plus-join-adapter-v33x</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-adapter-v3431</artifactId>
|
<artifactId>mybatis-plus-join-adapter-v3431</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-adapter-v352</artifactId>
|
<artifactId>mybatis-plus-join-adapter-v352</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.baomidou</groupId>
|
<groupId>com.baomidou</groupId>
|
||||||
|
@ -30,7 +30,7 @@ public class MPJInterceptorConfig {
|
|||||||
System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" +
|
System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" +
|
||||||
"| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" +
|
"| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" +
|
||||||
" / | /\n" +
|
" / | /\n" +
|
||||||
" 1.4.4.1");
|
" 1.4.5");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-root</artifactId>
|
<artifactId>mybatis-plus-join-root</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>mybatis-plus-join-extension</artifactId>
|
<artifactId>mybatis-plus-join-extension</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<name>mybatis-plus-join-extension</name>
|
<name>mybatis-plus-join-extension</name>
|
||||||
|
|
||||||
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
||||||
@ -46,7 +46,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-core</artifactId>
|
<artifactId>mybatis-plus-join-core</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.baomidou</groupId>
|
<groupId>com.baomidou</groupId>
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-root</artifactId>
|
<artifactId>mybatis-plus-join-root</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>mybatis-plus-join-test</artifactId>
|
<artifactId>mybatis-plus-join-test</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
|
|
||||||
<name>mybatis-plus-join-test</name>
|
<name>mybatis-plus-join-test</name>
|
||||||
|
|
||||||
@ -82,7 +82,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- PageHelper 兼容性测试 -->
|
<!-- PageHelper 兼容性测试 -->
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-test</artifactId>
|
<artifactId>mybatis-plus-join-test</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>test-base</artifactId>
|
<artifactId>test-base</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<name>test-base</name>
|
<name>test-base</name>
|
||||||
|
|
||||||
<description>test-base</description>
|
<description>test-base</description>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-test</artifactId>
|
<artifactId>mybatis-plus-join-test</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -22,7 +22,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>test-base</artifactId>
|
<artifactId>test-base</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-test</artifactId>
|
<artifactId>mybatis-plus-join-test</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -22,7 +22,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>test-base</artifactId>
|
<artifactId>test-base</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>mybatis-plus-join-test</artifactId>
|
<artifactId>mybatis-plus-join-test</artifactId>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -22,7 +22,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>test-base</artifactId>
|
<artifactId>test-base</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>mybatis-plus-join-test</artifactId>
|
<artifactId>mybatis-plus-join-test</artifactId>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -53,7 +53,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>test-base</artifactId>
|
<artifactId>test-base</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -10,13 +10,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
-->
|
-->
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join</artifactId>
|
<artifactId>mybatis-plus-join</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<name>mybatis-plus-join</name>
|
<name>mybatis-plus-join</name>
|
||||||
|
|
||||||
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
||||||
@ -53,7 +53,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
3
pom.xml
3
pom.xml
@ -5,7 +5,7 @@
|
|||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join-root</artifactId>
|
<artifactId>mybatis-plus-join-root</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.4.4.1</version>
|
<version>1.4.5</version>
|
||||||
<name>mybatis-plus-join-root</name>
|
<name>mybatis-plus-join-root</name>
|
||||||
|
|
||||||
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
||||||
@ -35,7 +35,6 @@
|
|||||||
<module>mybatis-plus-join-core</module>
|
<module>mybatis-plus-join-core</module>
|
||||||
<module>mybatis-plus-join-annotation</module>
|
<module>mybatis-plus-join-annotation</module>
|
||||||
<module>mybatis-plus-join-extension</module>
|
<module>mybatis-plus-join-extension</module>
|
||||||
<module>mybatis-plus-join-test</module>
|
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user