Skip to content

Commit

Permalink
版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yulichang committed Mar 17, 2023
1 parent c1463c9 commit a8a790e
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ QQ群:1022221898
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
```
- Gradle
```
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.3.1'
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.4'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-adapter</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<artifactId>mybatis-plus-join-adapter-base</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
<name>mybatis-plus-join-adapter-base</name>

<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-adapter</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<artifactId>mybatis-plus-join-adapter-v33x</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
<name>mybatis-plus-join-adapter-v33x</name>

<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-adapter-base</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-adapter</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<artifactId>mybatis-plus-join-adapter-v352</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
<name>mybatis-plus-join-adapter-v352</name>

<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
Expand Down
4 changes: 2 additions & 2 deletions mybatis-plus-join-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-root</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<packaging>pom</packaging>
<version>1.4.3.1</version>
<version>1.4.4</version>
<artifactId>mybatis-plus-join-adapter</artifactId>
<name>mybatis-plus-join-adapter</name>

Expand Down
4 changes: 2 additions & 2 deletions mybatis-plus-join-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-root</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<version>1.4.3.1</version>
<version>1.4.4</version>
<artifactId>mybatis-plus-join-annotation</artifactId>
<name>mybatis-plus-join-annotation</name>

Expand Down
6 changes: 3 additions & 3 deletions mybatis-plus-join-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-root</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<version>1.4.3.1</version>
<version>1.4.4</version>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<name>mybatis-plus-join-boot-starter</name>

Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-core</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
10 changes: 5 additions & 5 deletions mybatis-plus-join-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-root</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<version>1.4.3.1</version>
<version>1.4.4</version>
<artifactId>mybatis-plus-join-core</artifactId>
<name>mybatis-plus-join-core</name>

Expand Down Expand Up @@ -47,17 +47,17 @@
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-annotation</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-adapter-v33x</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-adapter-v352</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public MPJInterceptorConfig(List<SqlSessionFactory> sqlSessionFactoryList, Boole
//打印banner
System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" +
"| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" +
" / | / 1.4.3.1");
" / | / 1.4.4");
}
}

Expand Down
6 changes: 3 additions & 3 deletions mybatis-plus-join-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-root</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<artifactId>mybatis-plus-join-test</artifactId>
<packaging>pom</packaging>
<version>1.4.3.1</version>
<version>1.4.4</version>

<name>mybatis-plus-join-test</name>

Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
<!-- PageHelper 兼容性测试 -->
<!-- <dependency>-->
Expand Down
4 changes: 2 additions & 2 deletions mybatis-plus-join-test/test-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-test</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<artifactId>test-base</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
<name>test-base</name>

<description>test-base</description>
Expand Down
4 changes: 2 additions & 2 deletions mybatis-plus-join-test/test-collection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-test</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>test-base</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions mybatis-plus-join-test/test-join/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-test</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>test-base</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions mybatis-plus-join-test/test-mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mybatis-plus-join-test</artifactId>
<groupId>com.github.yulichang</groupId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>test-base</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions mybatis-plus-join-test/test-springboot3-jdk17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mybatis-plus-join-test</artifactId>
<groupId>com.github.yulichang</groupId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>test-base</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions mybatis-plus-join/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
-->
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
<name>mybatis-plus-join</name>

<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.3.1</version>
<version>1.4.4</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-root</artifactId>
<packaging>pom</packaging>
<version>1.4.3.1</version>
<version>1.4.4</version>
<name>mybatis-plus-join-root</name>

<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
Expand Down

0 comments on commit a8a790e

Please sign in to comment.