Skip to content

Commit

Permalink
Java:所有 Demo 升级 APIJSON, apijson-framework 及自身版本至 4.9.1,Boot 系列升级 api…
Browse files Browse the repository at this point in the history
…json-column 版本至 1.1.7
  • Loading branch information
TommyLemon committed Feb 6, 2022
1 parent b04cda2 commit 3d181cf
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 23 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 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</artifactId>
<version>4.8.3</version>
<version>4.9.1</version>
<!-- <packaging>jar</packaging> -->

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@

package apijson.boot;

import java.lang.reflect.Modifier;
import java.util.List;
import java.util.Map;
import java.util.regex.Pattern;

import javax.naming.Context;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.alibaba.fastjson.serializer.PropertyFilter;

import org.springframework.beans.BeansException;
import org.springframework.boot.SpringApplication;
Expand All @@ -33,9 +30,12 @@
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;

import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.alibaba.fastjson.serializer.PropertyFilter;
import java.lang.reflect.Modifier;
import java.util.List;
import java.util.Map;
import java.util.regex.Pattern;

import javax.naming.Context;

import apijson.Log;
import apijson.NotNull;
Expand Down
Binary file not shown.
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.8.3</version>
<version>4.9.1</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.8.3</version>
<version>4.9.1</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>4.8.3</version>
<version>4.9.1</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-column</artifactId>
<version>1.1.5</version>
<version>1.1.7</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.8.3</version>
<version>4.9.1</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.8.3</version>
<version>4.9.1</version>
<packaging>jar</packaging>

<name>APIJSONDemo</name>
Expand Down
2 changes: 1 addition & 1 deletion APIJSON-Java-Server/APIJSONDemo/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>4.8.3</version>
<version>4.9.1</version>
<packaging>jar</packaging>

<name>APIJSONDemo</name>
Expand Down
Binary file not shown.
Binary file not shown.
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.8.3</version>
<version>4.9.1</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.8.3</version>
<version>4.9.1</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>4.8.3</version>
<version>4.9.1</version>
</dependency>
<!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->

Expand Down

0 comments on commit 3d181cf

Please sign in to comment.