Skip to content

Commit

Permalink
Java: 所有 Demo 升级 APIJSON 7.0.3, apijson-framework 7.0.3, apijson-colu…
Browse files Browse the repository at this point in the history
…mn 2.0.3, apijson-router 2.0.3
  • Loading branch information
TommyLemon authored Dec 22, 2024
1 parent 377393d commit 66cb34c
Show file tree
Hide file tree
Showing 18 changed files with 54 additions and 54 deletions.
8 changes: 4 additions & 4 deletions APIJSON-Java-Server/APIJSONBoot-BigData/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.boot</groupId>
<artifactId>apijson-boot</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
<packaging>jar</packaging>

<name>APIJSONBoot-BigData</name>
Expand Down Expand Up @@ -55,17 +55,17 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-column</artifactId>
<version>1.7.0</version>
<version>2.0.3</version>
</dependency>
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->

Expand Down
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONDemo-ClickHouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.demo</groupId>
<artifactId>apijson-demo</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>

<name>APIJSONDemo-ClickHouse</name>
<description>Demo project for testing APIJSON server based on SpringBoot</description>
Expand Down Expand Up @@ -45,12 +45,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- Oracle, SQLServer 等其它数据库的 JDBC 驱动,可以在这里加上 Maven 依赖或 libs 目录放 Jar 包并依赖 -->
Expand Down
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONDemo-Druid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>apijson.demo</groupId>
<artifactId>apijson-demo-druid</artifactId>
<packaging>jar</packaging>
<version>6.2.0</version>
<version>7.0.3</version>

<name>APIJSONDemo-Druid</name>
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONDemo-Elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.demo</groupId>
<artifactId>apijson-demo</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>

<name>APIJSONDemo-Elasticsearch</name>
<description>Demo project for testing APIJSON server based on SpringBoot</description>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONDemo-Hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.demo</groupId>
<artifactId>apijson-demo</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>

<name>APIJSONDemo-Hadoop</name>
<description>Demo project for testing APIJSON server based on SpringBoot</description>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONDemo-HikariCP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>apijson.demo</groupId>
<artifactId>apijson-demo-hikaricp</artifactId>
<packaging>jar</packaging>
<version>6.2.0</version>
<version>7.0.3</version>

<name>APIJSONDemo</name>
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>apijson.demo</groupId>
<artifactId>apijsondemo-multidatasource-elasticsearch</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>

<name>apijsondemo-multidatasource-elasticsearch</name>
<description>Demo project for testing APIJSON server based on SpringBoot</description>
Expand Down Expand Up @@ -46,12 +46,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONDemo-MultiDataSource-Kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>apijson.demo</groupId>
<artifactId>apijsondemo-multidatasource-kafka</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>

<name>apijsondemo-multidatasource-kafka</name>
<description>Demo project for testing APIJSON server based on SpringBoot</description>
Expand Down Expand Up @@ -46,12 +46,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>apijson.demo</groupId>
<artifactId>apijsondemo-multidatasource-rediSQL</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>

<name>apijsondemo-multidatasource-rediSQL</name>
<description>Demo project for testing APIJSON server based on SpringBoot</description>
Expand Down Expand Up @@ -46,12 +46,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONDemo-MultiDataSource-Redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>apijson.demo</groupId>
<artifactId>apijsondemo-multidatasource-redis</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>

<name>apijsondemo-multidatasource-redis</name>
<description>Demo project for testing APIJSON server based on SpringBoot</description>
Expand Down Expand Up @@ -46,12 +46,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONDemo-Presto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.demo</groupId>
<artifactId>apijson-demo</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>

<name>APIJSONDemo-Presto</name>
<description>Demo project for testing APIJSON server based on SpringBoot</description>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
8 changes: 4 additions & 4 deletions APIJSON-Java-Server/APIJSONDemo-RawSQL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>apijson.demo</groupId>
<artifactId>apijson-demo-druid-rawSQL</artifactId>
<packaging>jar</packaging>
<version>6.2.0</version>
<version>7.0.3</version>

<name>APIJSONDemo-Druid</name>
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
Expand All @@ -21,17 +21,17 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-router</artifactId>
<version>1.7.0</version>
<version>2.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONDemo-Redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.demo</groupId>
<artifactId>apijson-demo-redis</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>

<name>APIJSONDemo-Redis</name>
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONDemo-Script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>apijson.demo</groupId>
<artifactId>apijson-demo-script</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>

<name>APIJSONDemo-Druid</name>
<description>Demo project for Testing APIJSON Server based on SpringBoot</description>
Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONDemo-ShardingSphere/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.demo</groupId>
<artifactId>apijson-demo</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>

<name>APIJSONDemo-SharingSphere</name>
<description>Demo project for testing APIJSON server based on SpringBoot</description>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
4 changes: 2 additions & 2 deletions APIJSON-Java-Server/APIJSONDemo-Solon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>apijson-demo</artifactId>
<name>apijson-demo</name>
<description>Demo project for Solon</description>
<version>6.2.0</version>
<version>7.0.3</version>
<properties>
<java.version>17</java.version>
</properties>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.2.0</version>
<version>7.0.3</version>
</dependency>

<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
Expand Down
Loading

0 comments on commit 66cb34c

Please sign in to comment.