Skip to content

Commit 17dd9b6

Browse files
committed
Java:MultiDataSource 升级 APIJSON 6.1.0, apijson-framework 6.1.0, apijson-router 1.6.0, apijson-column 1.6.0, UnitAuto 2.9.0, MySQL JDBC 8.0.33, PostgreSQL JDBC 42.3.8;更新 APIAuto
1 parent 604625a commit 17dd9b6

19 files changed

+468
-264
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 14 additions & 14 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.0.0</version>
8+
<version>6.1.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.7.2</version>
40+
<version>2.9.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.github.TommyLemon</groupId>
4444
<artifactId>unitauto-jar</artifactId>
45-
<version>2.7.2</version>
45+
<version>2.9.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>io.github.classgraph</groupId>
@@ -56,35 +56,35 @@
5656
<dependency>
5757
<groupId>com.github.Tencent</groupId>
5858
<artifactId>APIJSON</artifactId>
59-
<version>6.0.0</version>
59+
<version>6.1.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.github.APIJSON</groupId>
6363
<artifactId>apijson-framework</artifactId>
64-
<version>6.0.0</version>
64+
<version>6.1.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.github.APIJSON</groupId>
6868
<artifactId>apijson-column</artifactId>
69-
<version>1.5.0</version>
69+
<version>1.6.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.github.APIJSON</groupId>
7373
<artifactId>apijson-router</artifactId>
74-
<version>1.5.0</version>
74+
<version>1.6.0</version>
7575
</dependency>
7676
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
7777

7878
<!-- 需要用的数据库 JDBC 驱动 -->
7979
<dependency>
8080
<groupId>mysql</groupId>
8181
<artifactId>mysql-connector-java</artifactId>
82-
<version>8.0.29</version>
82+
<version>8.0.33</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.postgresql</groupId>
8686
<artifactId>postgresql</artifactId>
87-
<version>42.3.4</version>
87+
<version>42.3.8</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>net.sourceforge.jtds</groupId>
@@ -106,11 +106,11 @@
106106
<artifactId>taos-jdbcdriver</artifactId>
107107
<version>2.0.38</version>
108108
</dependency>
109-
<dependency>
110-
<groupId>org.nebula-contrib</groupId>
111-
<artifactId>nebula-jdbc</artifactId>
112-
<version>3.0.0</version>
113-
</dependency>
109+
<!-- <dependency>-->
110+
<!-- <groupId>org.nebula-contrib</groupId>-->
111+
<!-- <artifactId>nebula-jdbc</artifactId>-->
112+
<!-- <version>3.0.0</version>-->
113+
<!-- </dependency>-->
114114
<dependency>
115115
<groupId>org.influxdb</groupId>
116116
<artifactId>influxdb-java</artifactId>

0 commit comments

Comments
 (0)