Skip to content

Commit 9262bc5

Browse files
committedJan 29, 2023
Java:MultiDataSource 升级 APIJSON 6.0.0, apijson-framework 6.0.0, apijson-column 1.5.0, apijson-router 1.5.0
1 parent 52d110a commit 9262bc5

File tree

1 file changed

+20
-20
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource

1 file changed

+20
-20
lines changed
 

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

+20-20
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,26 @@
5353

5454

5555
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 <<<<<<<<<< -->
56-
<!-- <dependency>-->
57-
<!-- <groupId>com.github.Tencent</groupId>-->
58-
<!-- <artifactId>APIJSON</artifactId>-->
59-
<!-- <version>6.0.0</version>-->
60-
<!-- </dependency>-->
61-
<!-- <dependency>-->
62-
<!-- <groupId>com.github.APIJSON</groupId>-->
63-
<!-- <artifactId>apijson-framework</artifactId>-->
64-
<!-- <version>6.0.0</version>-->
65-
<!-- </dependency>-->
66-
<!-- <dependency>-->
67-
<!-- <groupId>com.github.APIJSON</groupId>-->
68-
<!-- <artifactId>apijson-column</artifactId>-->
69-
<!-- <version>1.3.0</version>-->
70-
<!-- </dependency>-->
71-
<!-- <dependency>-->
72-
<!-- <groupId>com.github.APIJSON</groupId>-->
73-
<!-- <artifactId>apijson-router</artifactId>-->
74-
<!-- <version>1.2.0</version>-->
75-
<!-- </dependency>-->
56+
<dependency>
57+
<groupId>com.github.Tencent</groupId>
58+
<artifactId>APIJSON</artifactId>
59+
<version>6.0.0</version>
60+
</dependency>
61+
<dependency>
62+
<groupId>com.github.APIJSON</groupId>
63+
<artifactId>apijson-framework</artifactId>
64+
<version>6.0.0</version>
65+
</dependency>
66+
<dependency>
67+
<groupId>com.github.APIJSON</groupId>
68+
<artifactId>apijson-column</artifactId>
69+
<version>1.5.0</version>
70+
</dependency>
71+
<dependency>
72+
<groupId>com.github.APIJSON</groupId>
73+
<artifactId>apijson-router</artifactId>
74+
<version>1.5.0</version>
75+
</dependency>
7676
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
7777

7878
<!-- 需要用的数据库 JDBC 驱动 -->

0 commit comments

Comments
 (0)
Please sign in to comment.