This commit is contained in:
yulichang 2025-03-26 02:20:03 +08:00
parent c056475a12
commit 3bd8a78e6b
2 changed files with 6 additions and 6 deletions

View File

@ -50,14 +50,14 @@ QQ群:680016987 或者
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>
```
- Gradle
```
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.2'
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.3'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
或者clone代码到本地执行 `mvn install`, 再引入以上依赖
<br>
注意: MyBatis Plus版本需要3.1.2+
<br>

View File

@ -50,14 +50,14 @@ QQ群:680016987 或者
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>
```
- Gradle
```
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.2'
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.3'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
或者clone代码到本地执行 `mvn install`, 再引入以上依赖
<br>
注意: MyBatis Plus版本需要3.1.2+
<br>