Skip to content

Commit

Permalink
Java:升级 APIJSON, apijson-framework 的 Maven 和 jar 依赖为 4.7.2;升级 apijson…
Browse files Browse the repository at this point in the history
…-column 版本为 1.1.2;升级 Demo 本身版本为 4.7.2;
  • Loading branch information
TommyLemon committed Jul 31, 2021
1 parent 91b8703 commit 7d97b09
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions APIJSON-Java-Server/APIJSONBoot-MultiDataSource/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-multi-datasource</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
<packaging>jar</packaging>

<name>APIJSONBoot-MultiDataSource</name>
Expand Down Expand Up @@ -34,7 +34,7 @@

<!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一
<<<<<<<<< -->
<dependency>
<!-- <dependency>
<groupId>com.github.TommyLemon</groupId>
<artifactId>unitauto-java</artifactId>
<version>2.6.0</version>
Expand All @@ -43,7 +43,7 @@
<groupId>com.github.TommyLemon</groupId>
<artifactId>unitauto-jar</artifactId>
<version>2.6.1</version>
</dependency>
</dependency> -->
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
Expand All @@ -53,21 +53,21 @@


<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 <<<<<<<<<< -->
<dependency>
<!-- <dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-column</artifactId>
<version>1.1.1</version>
</dependency>
<version>1.1.2</version>
</dependency> -->
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions APIJSON-Java-Server/APIJSONBoot/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>4.7.1</version>
<version>4.7.2</version>
<packaging>jar</packaging>

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

Expand Down
2 changes: 1 addition & 1 deletion APIJSON-Java-Server/APIJSONDemo-Druid/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</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
<packaging>jar</packaging>

<name>APIJSONDemo-Druid</name>
Expand Down
2 changes: 1 addition & 1 deletion APIJSON-Java-Server/APIJSONDemo-HikariCP/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-hikaricp</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
<packaging>jar</packaging>

<name>APIJSONDemo</name>
Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions APIJSON-Java-Server/APIJSONFinal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>apijson.jfinal</groupId>
<artifactId>apijson-final</artifactId>
<packaging>jar</packaging>
<version>4.7.1</version>
<version>4.7.2</version>
<name>Demo project for APIJSON Server based on JFinal</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -26,12 +26,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</dependency>
<!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->

Expand Down

0 comments on commit 7d97b09

Please sign in to comment.