Skip to content

Commit

Permalink
1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yulichang committed Apr 10, 2024
1 parent cbc3709 commit 84a1cb1
Show file tree
Hide file tree
Showing 7 changed files with 9 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.11</version>
<version>1.4.12</version>
</dependency>
```
- Gradle
```
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.11'
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.12'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
<br>
Expand Down
4 changes: 2 additions & 2 deletions README.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.11</version>
<version>1.4.12</version>
</dependency>
```
- Gradle
```
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.11'
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.12'
```
或者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.11");
" 1.4.12");
}
}

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.11</revision>
<revision>1.4.12</revision>
<mpj.mybatis.plus.version>3.5.6</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.11</revision>
<revision>1.4.12</revision>
<mpj.mybatis.plus.version>3.5.6</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.11</revision>
<revision>1.4.12</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.11</revision>
<revision>1.4.12</revision>
<mpj.mybatis.plus.version>3.5.6</mpj.mybatis.plus.version>

<jdkVersion>1.8</jdkVersion>
Expand Down

0 comments on commit 84a1cb1

Please sign in to comment.