Skip to content

Commit

Permalink
1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yulichang committed Mar 2, 2024
1 parent 75f497f commit 86d94a0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ QQ群:680016987 或者
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.10</version>
<version>1.4.11</version>
</dependency>
```
- Gradle
```
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.10'
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.11'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
<br>
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<p align="center">
QQ群:680016987 或者
<a href="https://gitee.com/best_handsome/mybatis-plus-join/issues/I65N2M" target="_blank">添加作者微信,备注MPJ,加入微信群</a>
<br/>
<img width="200px" height="200px" src="https://mybatisplusjoin.com/qr.png" alt="添加作者微信,备注MPJ,加入微信群"/>
</p>

### <a href="https://www.baidu.com/link?url=6NtKqbGKUIIdwoBUaqNkQnLiG3d5y03L6Pfg6ODId0VKfPifpB1xqdQzsBprm-0h&wd=&eqid=d26e7f1600004777000000056440ade6" target="_blank">使用文档WIKI</a>
Expand All @@ -45,12 +47,12 @@ QQ群:680016987 或者
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.10</version>
<version>1.4.11</version>
</dependency>
```
- Gradle
```
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.10'
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.11'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public MPJInterceptorConfig(List<SqlSessionFactory> sqlSessionFactoryList, Boole
System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" +
"| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" +
" / | /\n" +
" 1.4.10");
" 1.4.11");
}
}

Expand Down
2 changes: 1 addition & 1 deletion mybatis-plus-join-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</scm>

<properties>
<revision>1.4.10</revision>
<revision>1.4.11</revision>
<mpj.mybatis.plus.version>3.5.5</mpj.mybatis.plus.version>

<jdkVersion>1.8</jdkVersion>
Expand Down
2 changes: 1 addition & 1 deletion mybatis-plus-join-test/test-springboot3-jdk17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>test-springboot3-jdk17</artifactId>

<properties>
<revision>1.4.10</revision>
<revision>1.4.11</revision>
<mpj.mybatis.plus.version>3.5.5</mpj.mybatis.plus.version>

<maven.compiler.source>17</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion mybatis-plus-join/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</scm>

<properties>
<revision>1.4.10</revision>
<revision>1.4.11</revision>

<jdkVersion>1.8</jdkVersion>
<jdkVersion.test>1.8</jdkVersion.test>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</modules>

<properties>
<revision>1.4.10</revision>
<revision>1.4.11</revision>
<mpj.mybatis.plus.version>3.5.5</mpj.mybatis.plus.version>

<jdkVersion>1.8</jdkVersion>
Expand Down

0 comments on commit 86d94a0

Please sign in to comment.