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

Lines changed: 4 additions & 4 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>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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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 驱动 -->

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy