Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3d181cf

Browse files
Java:所有 Demo 升级 APIJSON, apijson-framework 及自身版本至 4.9.1,Boot 系列升级 apijson-column 版本至 1.1.7
1 parent b04cda2 commit 3d181cf

File tree

19 files changed

+23
-23
lines changed

19 files changed

+23
-23
lines changed
6.8 KB
Binary file not shown.
66.2 KB
Binary file not shown.
-320 KB
Binary file not shown.
324 KB
Binary file not shown.

‎APIJSON-Java-Server/APIJSONBoot-MultiDataSource/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>4.8.3</version>
8+
<version>4.9.1</version>
99
<!-- <packaging>jar</packaging> -->
1010

1111
<name>APIJSONBoot-MultiDataSource</name>
@@ -56,17 +56,17 @@
5656
<dependency>
5757
<groupId>com.github.Tencent</groupId>
5858
<artifactId>APIJSON</artifactId>
59-
<version>4.8.3</version>
59+
<version>4.9.1</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.github.APIJSON</groupId>
6363
<artifactId>apijson-framework</artifactId>
64-
<version>4.8.3</version>
64+
<version>4.9.1</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.github.APIJSON</groupId>
6868
<artifactId>apijson-column</artifactId>
69-
<version>1.1.5</version>
69+
<version>1.1.7</version>
7070
</dependency>
7171
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
7272

‎APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/java/apijson/boot/DemoApplication.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414

1515
package apijson.boot;
1616

17-
import java.lang.reflect.Modifier;
18-
import java.util.List;
19-
import java.util.Map;
20-
import java.util.regex.Pattern;
21-
22-
import javax.naming.Context;
17+
import com.alibaba.fastjson.JSON;
18+
import com.alibaba.fastjson.JSONObject;
19+
import com.alibaba.fastjson.serializer.PropertyFilter;
2320

2421
import org.springframework.beans.BeansException;
2522
import org.springframework.boot.SpringApplication;
@@ -33,9 +30,12 @@
3330
import org.springframework.web.servlet.config.annotation.CorsRegistry;
3431
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
3532

36-
import com.alibaba.fastjson.JSON;
37-
import com.alibaba.fastjson.JSONObject;
38-
import com.alibaba.fastjson.serializer.PropertyFilter;
33+
import java.lang.reflect.Modifier;
34+
import java.util.List;
35+
import java.util.Map;
36+
import java.util.regex.Pattern;
37+
38+
import javax.naming.Context;
3939

4040
import apijson.Log;
4141
import apijson.NotNull;
6.8 KB
Binary file not shown.
66.2 KB
Binary file not shown.
-320 KB
Binary file not shown.
324 KB
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /