Skip to content

Commit db5810d

Browse files
committed
Java:MultiDataSource 升级 APIJSON 及 apijson-framework 6.3.0, apijson-column 及 apijson-router 1.8.0,unitauto-java 及 unitauto-jar 3.0.5
1 parent 570f5d7 commit db5810d

File tree

9 files changed

+7
-7
lines changed

9 files changed

+7
-7
lines changed
Binary file not shown.
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-column-1.7.0.jar renamed to APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-column-1.8.0.jar

7.81 KB
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-framework-6.2.0.jar renamed to APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-framework-6.3.0.jar

45.2 KB
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-router-1.7.0.jar renamed to APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-router-1.8.0.jar

13.4 KB
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/unitauto-jar-2.9.0.jar renamed to APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/unitauto-jar-3.0.5.jar

4.79 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.boot</groupId>
77
<artifactId>apijson-boot-multi-datasource</artifactId>
8-
<version>6.2.0</version>
8+
<version>6.3.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONBoot-MultiDataSource</name>
@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>com.github.TommyLemon</groupId>
3939
<artifactId>unitauto-java</artifactId>
40-
<version>2.9.0</version>
40+
<version>3.0.5</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.github.TommyLemon</groupId>
4444
<artifactId>unitauto-jar</artifactId>
45-
<version>2.9.0</version>
45+
<version>3.0.5</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>io.github.classgraph</groupId>
@@ -56,22 +56,22 @@
5656
<dependency>
5757
<groupId>com.github.Tencent</groupId>
5858
<artifactId>APIJSON</artifactId>
59-
<version>6.2.0</version>
59+
<version>6.3.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.github.APIJSON</groupId>
6363
<artifactId>apijson-framework</artifactId>
64-
<version>6.2.0</version>
64+
<version>6.3.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.github.APIJSON</groupId>
6868
<artifactId>apijson-column</artifactId>
69-
<version>1.7.0</version>
69+
<version>1.8.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.github.APIJSON</groupId>
7373
<artifactId>apijson-router</artifactId>
74-
<version>1.7.0</version>
74+
<version>1.8.0</version>
7575
</dependency>
7676
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
7777

0 commit comments

Comments
 (0)