Skip to content

Commit c149efe

Browse files
committed
Java: MultiDataSource 升级 APIJOSN 8.0.0.3, apijson-framework 7.2.0.3, apijson-fastjson2 1.0.0.3
1 parent 8c444e7 commit c149efe

File tree

1 file changed

+19
-14
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource

1 file changed

+19
-14
lines changed

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

+19-14
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@
2323

2424
<dependencies>
2525
<!-- APIJSON 需要用的依赖库,1.2.0 以上 -->
26+
<!-- <dependency>-->
27+
<!-- <groupId>com.alibaba</groupId>-->
28+
<!-- <artifactId>fastjson</artifactId>-->
29+
<!-- <version>1.2.83</version>-->
30+
<!-- </dependency>-->
2631
<dependency>
27-
<groupId>com.alibaba</groupId>
28-
<artifactId>fastjson</artifactId>
29-
<version>1.2.83</version>
32+
<groupId>com.alibaba.fastjson2</groupId>
33+
<artifactId>fastjson2</artifactId>
34+
<version>2.0.57</version>
3035
</dependency>
3136

3237
<!-- apijson-framework 需要用的依赖库,6.0.0 以上 -->
@@ -59,18 +64,18 @@
5964
<dependency>
6065
<groupId>com.github.Tencent</groupId>
6166
<artifactId>APIJSON</artifactId>
62-
<version>8.0.0.1</version>
67+
<version>8.0.0.3</version>
68+
</dependency>
69+
<dependency>
70+
<groupId>com.github.APIJSON</groupId>
71+
<artifactId>apijson-framework</artifactId>
72+
<version>7.2.0.3</version>
73+
</dependency>
74+
<dependency>
75+
<groupId>com.github.APIJSON</groupId>
76+
<artifactId>apijson-fastjson2</artifactId>
77+
<version>1.0.0.3</version>
6378
</dependency>
64-
<!-- <dependency>-->
65-
<!-- <groupId>com.github.APIJSON</groupId>-->
66-
<!-- <artifactId>apijson-framework</artifactId>-->
67-
<!-- <version>7.2.0.1</version>-->
68-
<!-- </dependency>-->
69-
<!-- <dependency>-->
70-
<!-- <groupId>com.github.APIJSON</groupId>-->
71-
<!-- <artifactId>apijson-router</artifactId>-->
72-
<!-- <version>2.2.0.1</version>-->
73-
<!-- </dependency>-->
7479

7580
<!-- 7.9.0 及以下需要依赖 apijson-column -->
7681
<!-- <dependency>-->

0 commit comments

Comments
 (0)