Skip to content

Commit 23a1f4c

Browse files
committed
Java:所有 Demo 升级 APIJSON 6.0.0, apijson-framework 6.0.0, apijson-column 1.5.0,移除不再需要的 javax.activation 依赖
1 parent 9262bc5 commit 23a1f4c

File tree

51 files changed

+113
-279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+113
-279
lines changed
-205 KB
Binary file not shown.
218 KB
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-column-1.2.9.jar renamed to APIJSON-Java-Server/APIJSONBoot-BigData/libs/apijson-column-1.5.0.jar

5.39 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

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

66
<groupId>apijson.boot</groupId>
77
<artifactId>apijson-boot</artifactId>
8-
<version>5.4.0</version>
8+
<version>6.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONBoot-BigData</name>
@@ -18,13 +18,6 @@
1818
</properties>
1919

2020
<dependencies>
21-
<!-- JDK 11+ 需要,否则启动报错 NoClassDefFoundError: javax/activation/UnsupportedDataTypeException -->
22-
<dependency>
23-
<groupId>javax.activation</groupId>
24-
<artifactId>activation</artifactId>
25-
<version>1.1.1</version>
26-
</dependency>
27-
2821
<!-- APIJSON 需要用的依赖库,1.2.0 以上 -->
2922
<dependency>
3023
<groupId>com.alibaba</groupId>
@@ -62,17 +55,17 @@
6255
<dependency>
6356
<groupId>com.github.Tencent</groupId>
6457
<artifactId>APIJSON</artifactId>
65-
<version>5.4.0</version>
58+
<version>6.0.0</version>
6659
</dependency>
6760
<dependency>
6861
<groupId>com.github.APIJSON</groupId>
6962
<artifactId>apijson-framework</artifactId>
70-
<version>5.4.0</version>
63+
<version>6.0.0</version>
7164
</dependency>
7265
<dependency>
7366
<groupId>com.github.APIJSON</groupId>
7467
<artifactId>apijson-column</artifactId>
75-
<version>1.2.9</version>
68+
<version>1.5.0</version>
7669
</dependency>
7770
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
7871

Binary file not shown.
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-BigData/libs/apijson-column-1.2.9.jar renamed to APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-column-1.5.0.jar

5.39 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)