This commit is contained in:
yulichang 2023-11-15 20:33:49 +08:00
parent 5a7d561367
commit 7ca1b4fad7
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -30,7 +30,7 @@ public class MPJInterceptorConfig {
System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" +
"| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" +
" / | /\n" +
" 1.4.7.1");
" 1.4.7.2");
}
}