update to 1.1.1

This commit is contained in:
admin 2021-03-13 16:09:44 +08:00
parent 2aef6f520d
commit 8e89872b41
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```
或者clone代码到本地,执行mvn install,再引入以上依赖

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>mybatis-plus-join</name>
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
<url>https://github.com/yulichang/mybatis-plus-join</url>