Skip to content

Commit 2e38077

Browse files
committed
Java:所有 Demo 升级 APIJSON, apijson-framework, 自身版本为 5.1.5, 升级 apijson-column, fastjson 版本分别为 1.2.4, 1.2.83
1 parent 79faa17 commit 2e38077

File tree

7 files changed

+45
-20
lines changed

7 files changed

+45
-20
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ APIJSON-Java-Server/APIJSONDemo-HikariCP/.settings
1414
APIJSON-Java-Server/APIJSONBoot-MultiConnectionPool/.settings
1515
APIJSON-Java-Server/APIJSONBoot-MultiDataSource/.settings
1616
APIJSON-Java-Server/APIJSONBoot-MultiDataSource/.idea
17+
APIJSON-Java-Server/APIJSONDemo-Druid/.idea
18+
vcs.xml
19+
APIJSON-Java-Server/APIJSONDemo-HikariCP/.idea

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

+6-5
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>5.1.1</version>
8+
<version>5.1.5</version>
99
<!-- <packaging>jar</packaging> -->
1010

1111
<name>APIJSONBoot-MultiDataSource</name>
@@ -63,22 +63,23 @@
6363
<dependency>
6464
<groupId>com.github.Tencent</groupId>
6565
<artifactId>APIJSON</artifactId>
66-
<version>5.1.0</version>
66+
<version>5.1.5</version>
67+
<scope>compile</scope>
6768
</dependency>
6869
<dependency>
6970
<groupId>com.github.APIJSON</groupId>
7071
<artifactId>apijson-framework</artifactId>
71-
<version>5.1.1</version>
72+
<version>5.1.5</version>
7273
</dependency>
7374
<dependency>
7475
<groupId>com.github.APIJSON</groupId>
7576
<artifactId>apijson-column</artifactId>
76-
<version>1.2.2</version>
77+
<version>1.2.4</version>
7778
</dependency>
7879
<dependency>
7980
<groupId>com.github.APIJSON</groupId>
8081
<artifactId>apijson-router</artifactId>
81-
<version>1.0.2</version>
82+
<version>1.0.5</version>
8283
</dependency>
8384
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
8485

APIJSON-Java-Server/APIJSONBoot/pom.xml

+6-6
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.1.0</version>
8+
<version>5.1.5</version>
99
<!-- <packaging>jar</packaging> -->
1010

1111
<name>APIJSONBoot</name>
@@ -24,12 +24,12 @@
2424
<artifactId>activation</artifactId>
2525
<version>1.1.1</version>
2626
</dependency>
27-
27+
2828
<!-- APIJSON 需要用的依赖库,1.2.0 以上 -->
2929
<dependency>
3030
<groupId>com.alibaba</groupId>
3131
<artifactId>fastjson</artifactId>
32-
<version>1.2.79</version>
32+
<version>1.2.83</version>
3333
</dependency>
3434

3535
<!-- apijson-framework 需要用的依赖库,4.0.0 以上 -->
@@ -62,17 +62,17 @@
6262
<dependency>
6363
<groupId>com.github.Tencent</groupId>
6464
<artifactId>APIJSON</artifactId>
65-
<version>5.1.0</version>
65+
<version>5.1.5</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.github.APIJSON</groupId>
6969
<artifactId>apijson-framework</artifactId>
70-
<version>5.1.0</version>
70+
<version>5.1.5</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.github.APIJSON</groupId>
7474
<artifactId>apijson-column</artifactId>
75-
<version>1.2.2</version>
75+
<version>1.2.4</version>
7676
</dependency>
7777
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
7878

APIJSON-Java-Server/APIJSONDemo-Druid/pom.xml

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo-druid</artifactId>
8-
<version>5.1.0</version>
8+
<version>5.1.5</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONDemo-Druid</name>
@@ -18,11 +18,17 @@
1818
</properties>
1919

2020
<dependencies>
21+
<dependency>
22+
<groupId>javax.activation</groupId>
23+
<artifactId>activation</artifactId>
24+
<version>1.1.1</version>
25+
</dependency>
26+
2127
<!-- 需要的 APIJSON 相关依赖 -->
2228
<dependency>
2329
<groupId>com.github.APIJSON</groupId>
2430
<artifactId>apijson-framework</artifactId>
25-
<version>5.1.0</version>
31+
<version>5.1.5</version>
2632
</dependency>
2733

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

APIJSON-Java-Server/APIJSONDemo-HikariCP/pom.xml

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo-hikaricp</artifactId>
8-
<version>5.1.0</version>
8+
<version>5.1.5</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONDemo</name>
@@ -18,11 +18,17 @@
1818
</properties>
1919

2020
<dependencies>
21+
<dependency>
22+
<groupId>javax.activation</groupId>
23+
<artifactId>activation</artifactId>
24+
<version>1.1.1</version>
25+
</dependency>
26+
2127
<!-- 需要的 APIJSON 相关依赖 -->
2228
<dependency>
2329
<groupId>com.github.APIJSON</groupId>
2430
<artifactId>apijson-framework</artifactId>
25-
<version>5.1.0</version>
31+
<version>5.1.5</version>
2632
</dependency>
2733

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

APIJSON-Java-Server/APIJSONDemo/pom.xml

+8-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo</artifactId>
8-
<version>5.1.0</version>
9-
<packaging>jar</packaging>
8+
<version>5.1.5</version>
109

1110
<name>APIJSONDemo</name>
1211
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
@@ -18,11 +17,17 @@
1817
</properties>
1918

2019
<dependencies>
20+
<dependency>
21+
<groupId>javax.activation</groupId>
22+
<artifactId>activation</artifactId>
23+
<version>1.1.1</version>
24+
</dependency>
25+
2126
<!-- 需要的 APIJSON 相关依赖 -->
2227
<dependency>
2328
<groupId>com.github.APIJSON</groupId>
2429
<artifactId>apijson-framework</artifactId>
25-
<version>5.1.0</version>
30+
<version>5.1.5</version>
2631
</dependency>
2732

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

APIJSON-Java-Server/APIJSONFinal/pom.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88
<name>Demo project for APIJSON Server based on JFinal</name>
99
<url>http://maven.apache.org</url>
1010
<dependencies>
11+
<dependency>
12+
<groupId>javax.activation</groupId>
13+
<artifactId>activation</artifactId>
14+
<version>1.1.1</version>
1115
<!-- APIJSON 需要用的依赖库,1.2.0 以上 -->
1216
<dependency>
1317
<groupId>com.alibaba</groupId>
1418
<artifactId>fastjson</artifactId>
15-
<version>1.2.79</version>
19+
<version>1.2.83</version>
1620
</dependency>
1721

1822
<!-- apijson-framework 需要用的依赖库,4.0.0 以上 -->
@@ -31,7 +35,7 @@
3135
<dependency>
3236
<groupId>com.github.APIJSON</groupId>
3337
<artifactId>apijson-framework</artifactId>
34-
<version>5.1.0</version>
38+
<version>5.1.5</version>
3539
</dependency>
3640
<!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->
3741

0 commit comments

Comments
 (0)