Skip to content

Commit d115b14

Browse files
committed
升级 APIJSON, apijson-framework 8.1.8,自身 1.1.8
1 parent 9e260e7 commit d115b14

8 files changed

Lines changed: 5 additions & 10 deletions

File tree

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/APIJSON-8.1.7.jar renamed to APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/APIJSON-8.1.8.jar

261 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-fastjson2-1.1.7.jar renamed to APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-fastjson2-1.1.8.jar

37 KB
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-framework-8.1.7.jar renamed to APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-framework-8.1.8.jar

104 KB
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-jackson-1.1.7.jar renamed to APIJSON-Java-Server/APIJSONBoot-MultiDataSource/libs/apijson-jackson-1.1.8.jar

40.5 KB
Binary file not shown.
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/pom.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.boot</groupId>
77
<artifactId>apijson-boot-multi-datasource</artifactId>
8-
<version>8.1.7</version>
8+
<version>8.1.8</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONBoot-MultiDataSource</name>
@@ -59,28 +59,23 @@
5959
<dependency>
6060
<groupId>com.github.Tencent</groupId>
6161
<artifactId>APIJSON</artifactId>
62-
<version>8.1.7</version>
62+
<version>8.1.8</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.github.APIJSON</groupId>
6666
<artifactId>apijson-framework</artifactId>
67-
<version>8.1.7</version>
67+
<version>8.1.8</version>
6868
</dependency>
6969
<!-- fastjson2, jackson, gson 等 JSON 库插件选其中一个即可 <<<<<<<<<<<<<<< -->
7070
<dependency>
7171
<groupId>com.github.APIJSON</groupId>
7272
<artifactId>apijson-fastjson2</artifactId>
73-
<version>1.1.7</version>
73+
<version>1.1.8</version>
7474
</dependency>
7575
<!-- <dependency>-->
7676
<!-- <groupId>com.github.APIJSON</groupId>-->
7777
<!-- <artifactId>apijson-jackson</artifactId>-->
78-
<!-- <version>1.1.7</version>-->
79-
<!-- </dependency>-->
80-
<!-- <dependency>-->
81-
<!-- <groupId>com.github.APIJSON</groupId>-->
82-
<!-- <artifactId>apijson-jackson</artifactId>-->
83-
<!-- <version>1.0.3</version>-->
78+
<!-- <version>1.1.8</version>-->
8479
<!-- </dependency>-->
8580
<!-- fastjson2, jackson, gson 等 JSON 库插件选其中一个即可 >>>>>>>>>>>>>>> -->
8681

0 commit comments

Comments
 (0)