mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
1.4.10
This commit is contained in:
parent
3ed76b8ca0
commit
0a6d71a328
@ -15,7 +15,6 @@
|
||||
<a href="https://gitee.com/best_handsome/mybatis-plus-join" target="_blank">
|
||||
<img src="https://gitee.com/best_handsome/mybatis-plus-join/badge/star.svg?theme=dark" alt=""/>
|
||||
</a>
|
||||
<br/>
|
||||
<a href="https://central.sonatype.com/artifact/com.github.yulichang/mybatis-plus-join-boot-starter">
|
||||
<img alt="maven" src="https://img.shields.io/maven-central/v/com.github.yulichang/mybatis-plus-join-boot-starter.svg?style=flat-square">
|
||||
</a>
|
||||
@ -49,12 +48,12 @@ QQ群:1022221898 或者
|
||||
<dependency>
|
||||
<groupId>com.github.yulichang</groupId>
|
||||
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
||||
<version>1.4.9</version>
|
||||
<version>1.4.10</version>
|
||||
</dependency>
|
||||
```
|
||||
- Gradle
|
||||
```
|
||||
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.9'
|
||||
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.10'
|
||||
```
|
||||
或者clone代码到本地执行 mvn install, 再引入以上依赖
|
||||
<br>
|
||||
|
@ -15,7 +15,6 @@
|
||||
<a href="https://gitee.com/best_handsome/mybatis-plus-join" target="_blank">
|
||||
<img src="https://gitee.com/best_handsome/mybatis-plus-join/badge/star.svg?theme=dark" alt=""/>
|
||||
</a>
|
||||
<br/>
|
||||
<a href="https://central.sonatype.com/artifact/com.github.yulichang/mybatis-plus-join-boot-starter">
|
||||
<img alt="maven" src="https://img.shields.io/maven-central/v/com.github.yulichang/mybatis-plus-join-boot-starter.svg?style=flat-square">
|
||||
</a>
|
||||
@ -47,12 +46,12 @@ QQ群:1022221898 或者
|
||||
<dependency>
|
||||
<groupId>com.github.yulichang</groupId>
|
||||
<artifactId>mybatis-plus-join-boot-starter</artifactId>
|
||||
<version>1.4.9</version>
|
||||
<version>1.4.10</version>
|
||||
</dependency>
|
||||
```
|
||||
- Gradle
|
||||
```
|
||||
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.9'
|
||||
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.10'
|
||||
```
|
||||
或者clone代码到本地执行 mvn install, 再引入以上依赖
|
||||
<br>
|
||||
|
@ -30,7 +30,7 @@ public class MPJInterceptorConfig {
|
||||
System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" +
|
||||
"| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" +
|
||||
" / | /\n" +
|
||||
" 1.4.9");
|
||||
" 1.4.10");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<revision>1.4.9</revision>
|
||||
<revision>1.4.10</revision>
|
||||
<mpj.mybatis.plus.version>3.5.5</mpj.mybatis.plus.version>
|
||||
|
||||
<jdkVersion>1.8</jdkVersion>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<artifactId>test-springboot3-jdk17</artifactId>
|
||||
|
||||
<properties>
|
||||
<revision>1.4.9</revision>
|
||||
<revision>1.4.10</revision>
|
||||
<mpj.mybatis.plus.version>3.5.5</mpj.mybatis.plus.version>
|
||||
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
@ -88,4 +88,34 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>flatten-maven-plugin</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<configuration>
|
||||
<!-- 是否更新pom文件,此处还有更高级的用法 -->
|
||||
<updatePomFile>true</updatePomFile>
|
||||
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>flatten</id>
|
||||
<phase>process-resources</phase>
|
||||
<goals>
|
||||
<goal>flatten</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>flatten.clean</id>
|
||||
<phase>clean</phase>
|
||||
<goals>
|
||||
<goal>clean</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
@ -41,7 +41,7 @@
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<revision>1.4.9</revision>
|
||||
<revision>1.4.10</revision>
|
||||
|
||||
<jdkVersion>1.8</jdkVersion>
|
||||
<jdkVersion.test>1.8</jdkVersion.test>
|
||||
|
Loading…
x
Reference in New Issue
Block a user