Skip to content

Commit 66cb34c

Browse files
authored
Java: 所有 Demo 升级 APIJSON 7.0.3, apijson-framework 7.0.3, apijson-column 2.0.3, apijson-router 2.0.3
1 parent 377393d commit 66cb34c

File tree

18 files changed

+54
-54
lines changed

18 files changed

+54
-54
lines changed

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

+4-4
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>6.2.0</version>
8+
<version>7.0.3</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONBoot-BigData</name>
@@ -55,17 +55,17 @@
5555
<dependency>
5656
<groupId>com.github.Tencent</groupId>
5757
<artifactId>APIJSON</artifactId>
58-
<version>6.2.0</version>
58+
<version>7.0.3</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.github.APIJSON</groupId>
6262
<artifactId>apijson-framework</artifactId>
63-
<version>6.2.0</version>
63+
<version>7.0.3</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.github.APIJSON</groupId>
6767
<artifactId>apijson-column</artifactId>
68-
<version>1.7.0</version>
68+
<version>2.0.3</version>
6969
</dependency>
7070
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
7171

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

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

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo</artifactId>
8-
<version>6.2.0</version>
8+
<version>7.0.3</version>
99

1010
<name>APIJSONDemo-ClickHouse</name>
1111
<description>Demo project for testing APIJSON server based on SpringBoot</description>
@@ -45,12 +45,12 @@
4545
<dependency>
4646
<groupId>com.github.Tencent</groupId>
4747
<artifactId>APIJSON</artifactId>
48-
<version>6.2.0</version>
48+
<version>7.0.3</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.github.APIJSON</groupId>
5252
<artifactId>apijson-framework</artifactId>
53-
<version>6.2.0</version>
53+
<version>7.0.3</version>
5454
</dependency>
5555

5656
<!-- Oracle, SQLServer 等其它数据库的 JDBC 驱动,可以在这里加上 Maven 依赖或 libs 目录放 Jar 包并依赖 -->

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo-druid</artifactId>
88
<packaging>jar</packaging>
9-
<version>6.2.0</version>
9+
<version>7.0.3</version>
1010

1111
<name>APIJSONDemo-Druid</name>
1212
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>com.github.Tencent</groupId>
2424
<artifactId>APIJSON</artifactId>
25-
<version>6.2.0</version>
25+
<version>7.0.3</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.github.APIJSON</groupId>
2929
<artifactId>apijson-framework</artifactId>
30-
<version>6.2.0</version>
30+
<version>7.0.3</version>
3131
</dependency>
3232

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

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

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

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo</artifactId>
8-
<version>6.2.0</version>
8+
<version>7.0.3</version>
99

1010
<name>APIJSONDemo-Elasticsearch</name>
1111
<description>Demo project for testing APIJSON server based on SpringBoot</description>
@@ -21,12 +21,12 @@
2121
<dependency>
2222
<groupId>com.github.Tencent</groupId>
2323
<artifactId>APIJSON</artifactId>
24-
<version>6.2.0</version>
24+
<version>7.0.3</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.github.APIJSON</groupId>
2828
<artifactId>apijson-framework</artifactId>
29-
<version>6.2.0</version>
29+
<version>7.0.3</version>
3030
</dependency>
3131

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

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

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

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo</artifactId>
8-
<version>6.2.0</version>
8+
<version>7.0.3</version>
99

1010
<name>APIJSONDemo-Hadoop</name>
1111
<description>Demo project for testing APIJSON server based on SpringBoot</description>
@@ -21,12 +21,12 @@
2121
<dependency>
2222
<groupId>com.github.Tencent</groupId>
2323
<artifactId>APIJSON</artifactId>
24-
<version>6.2.0</version>
24+
<version>7.0.3</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.github.APIJSON</groupId>
2828
<artifactId>apijson-framework</artifactId>
29-
<version>6.2.0</version>
29+
<version>7.0.3</version>
3030
</dependency>
3131

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo-hikaricp</artifactId>
88
<packaging>jar</packaging>
9-
<version>6.2.0</version>
9+
<version>7.0.3</version>
1010

1111
<name>APIJSONDemo</name>
1212
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>com.github.Tencent</groupId>
2424
<artifactId>APIJSON</artifactId>
25-
<version>6.2.0</version>
25+
<version>7.0.3</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.github.APIJSON</groupId>
2929
<artifactId>apijson-framework</artifactId>
30-
<version>6.2.0</version>
30+
<version>7.0.3</version>
3131
</dependency>
3232

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

APIJSON-Java-Server/APIJSONDemo-MultiDataSource-Elasticsearch/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>apijson.demo</groupId>
1111
<artifactId>apijsondemo-multidatasource-elasticsearch</artifactId>
12-
<version>6.2.0</version>
12+
<version>7.0.3</version>
1313

1414
<name>apijsondemo-multidatasource-elasticsearch</name>
1515
<description>Demo project for testing APIJSON server based on SpringBoot</description>
@@ -46,12 +46,12 @@
4646
<dependency>
4747
<groupId>com.github.Tencent</groupId>
4848
<artifactId>APIJSON</artifactId>
49-
<version>6.2.0</version>
49+
<version>7.0.3</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.github.APIJSON</groupId>
5353
<artifactId>apijson-framework</artifactId>
54-
<version>6.2.0</version>
54+
<version>7.0.3</version>
5555
</dependency>
5656

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

APIJSON-Java-Server/APIJSONDemo-MultiDataSource-Kafka/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>apijson.demo</groupId>
1111
<artifactId>apijsondemo-multidatasource-kafka</artifactId>
12-
<version>6.2.0</version>
12+
<version>7.0.3</version>
1313

1414
<name>apijsondemo-multidatasource-kafka</name>
1515
<description>Demo project for testing APIJSON server based on SpringBoot</description>
@@ -46,12 +46,12 @@
4646
<dependency>
4747
<groupId>com.github.Tencent</groupId>
4848
<artifactId>APIJSON</artifactId>
49-
<version>6.2.0</version>
49+
<version>7.0.3</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.github.APIJSON</groupId>
5353
<artifactId>apijson-framework</artifactId>
54-
<version>6.2.0</version>
54+
<version>7.0.3</version>
5555
</dependency>
5656

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

APIJSON-Java-Server/APIJSONDemo-MultiDataSource-RediSQL/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>apijson.demo</groupId>
1111
<artifactId>apijsondemo-multidatasource-rediSQL</artifactId>
12-
<version>6.2.0</version>
12+
<version>7.0.3</version>
1313

1414
<name>apijsondemo-multidatasource-rediSQL</name>
1515
<description>Demo project for testing APIJSON server based on SpringBoot</description>
@@ -46,12 +46,12 @@
4646
<dependency>
4747
<groupId>com.github.Tencent</groupId>
4848
<artifactId>APIJSON</artifactId>
49-
<version>6.2.0</version>
49+
<version>7.0.3</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.github.APIJSON</groupId>
5353
<artifactId>apijson-framework</artifactId>
54-
<version>6.2.0</version>
54+
<version>7.0.3</version>
5555
</dependency>
5656

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

APIJSON-Java-Server/APIJSONDemo-MultiDataSource-Redis/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>apijson.demo</groupId>
1111
<artifactId>apijsondemo-multidatasource-redis</artifactId>
12-
<version>6.2.0</version>
12+
<version>7.0.3</version>
1313

1414
<name>apijsondemo-multidatasource-redis</name>
1515
<description>Demo project for testing APIJSON server based on SpringBoot</description>
@@ -46,12 +46,12 @@
4646
<dependency>
4747
<groupId>com.github.Tencent</groupId>
4848
<artifactId>APIJSON</artifactId>
49-
<version>6.2.0</version>
49+
<version>7.0.3</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.github.APIJSON</groupId>
5353
<artifactId>apijson-framework</artifactId>
54-
<version>6.2.0</version>
54+
<version>7.0.3</version>
5555
</dependency>
5656

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

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

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

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo</artifactId>
8-
<version>6.2.0</version>
8+
<version>7.0.3</version>
99

1010
<name>APIJSONDemo-Presto</name>
1111
<description>Demo project for testing APIJSON server based on SpringBoot</description>
@@ -21,12 +21,12 @@
2121
<dependency>
2222
<groupId>com.github.Tencent</groupId>
2323
<artifactId>APIJSON</artifactId>
24-
<version>6.2.0</version>
24+
<version>7.0.3</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.github.APIJSON</groupId>
2828
<artifactId>apijson-framework</artifactId>
29-
<version>6.2.0</version>
29+
<version>7.0.3</version>
3030
</dependency>
3131

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

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>apijson.demo</groupId>
66
<artifactId>apijson-demo-druid-rawSQL</artifactId>
77
<packaging>jar</packaging>
8-
<version>6.2.0</version>
8+
<version>7.0.3</version>
99

1010
<name>APIJSONDemo-Druid</name>
1111
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
@@ -21,17 +21,17 @@
2121
<dependency>
2222
<groupId>com.github.Tencent</groupId>
2323
<artifactId>APIJSON</artifactId>
24-
<version>6.2.0</version>
24+
<version>7.0.3</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.github.APIJSON</groupId>
2828
<artifactId>apijson-framework</artifactId>
29-
<version>6.2.0</version>
29+
<version>7.0.3</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.github.APIJSON</groupId>
3333
<artifactId>apijson-router</artifactId>
34-
<version>1.7.0</version>
34+
<version>2.0.3</version>
3535
</dependency>
3636

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

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

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

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo-redis</artifactId>
8-
<version>6.2.0</version>
8+
<version>7.0.3</version>
99

1010
<name>APIJSONDemo-Redis</name>
1111
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
@@ -21,12 +21,12 @@
2121
<dependency>
2222
<groupId>com.github.Tencent</groupId>
2323
<artifactId>APIJSON</artifactId>
24-
<version>6.2.0</version>
24+
<version>7.0.3</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.github.APIJSON</groupId>
2828
<artifactId>apijson-framework</artifactId>
29-
<version>6.2.0</version>
29+
<version>7.0.3</version>
3030
</dependency>
3131

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>apijson.demo</groupId>
66
<artifactId>apijson-demo-script</artifactId>
7-
<version>6.2.0</version>
7+
<version>7.0.3</version>
88

99
<name>APIJSONDemo-Druid</name>
1010
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>com.github.Tencent</groupId>
2424
<artifactId>APIJSON</artifactId>
25-
<version>6.2.0</version>
25+
<version>7.0.3</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.github.APIJSON</groupId>
2929
<artifactId>apijson-framework</artifactId>
30-
<version>6.2.0</version>
30+
<version>7.0.3</version>
3131
</dependency>
3232

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

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

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

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo</artifactId>
8-
<version>6.2.0</version>
8+
<version>7.0.3</version>
99

1010
<name>APIJSONDemo-SharingSphere</name>
1111
<description>Demo project for testing APIJSON server based on SpringBoot</description>
@@ -21,12 +21,12 @@
2121
<dependency>
2222
<groupId>com.github.Tencent</groupId>
2323
<artifactId>APIJSON</artifactId>
24-
<version>6.2.0</version>
24+
<version>7.0.3</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.github.APIJSON</groupId>
2828
<artifactId>apijson-framework</artifactId>
29-
<version>6.2.0</version>
29+
<version>7.0.3</version>
3030
</dependency>
3131

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>apijson-demo</artifactId>
1313
<name>apijson-demo</name>
1414
<description>Demo project for Solon</description>
15-
<version>6.2.0</version>
15+
<version>7.0.3</version>
1616
<properties>
1717
<java.version>17</java.version>
1818
</properties>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.github.Tencent</groupId>
3030
<artifactId>APIJSON</artifactId>
31-
<version>6.2.0</version>
31+
<version>7.0.3</version>
3232
</dependency>
3333

3434
<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->

0 commit comments

Comments
 (0)