This commit is contained in:
yulichang 2022-04-29 03:58:47 +08:00
parent 2257c9e623
commit fe9ad0e7aa
2 changed files with 5 additions and 5 deletions

View File

@ -16,12 +16,12 @@ QQ群:1022221898
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```
- Gradle
```
implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.2.2'
implementation 'com.github.yulichang:mybatis-plus-join:1.2.3'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
<br>

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</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>
@ -40,14 +40,14 @@
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.4.3.4</version>
<version>3.5.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
</dependencies>