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 7d97b09

Browse files
Java:升级 APIJSON, apijson-framework 的 Maven 和 jar 依赖为 4.7.2;升级 apijson-column 版本为 1.1.2;升级 Demo 本身版本为 4.7.2;
1 parent 91b8703 commit 7d97b09

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed
5.39 KB
Binary file not shown.
38.9 KB
Binary file not shown.
162 KB
Binary file not shown.

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

Lines changed: 8 additions & 8 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>4.7.1</version>
8+
<version>4.7.2</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONBoot-MultiDataSource</name>
@@ -34,7 +34,7 @@
3434

3535
<!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一
3636
<<<<<<<<< -->
37-
<dependency>
37+
<!-- <dependency>
3838
<groupId>com.github.TommyLemon</groupId>
3939
<artifactId>unitauto-java</artifactId>
4040
<version>2.6.0</version>
@@ -43,7 +43,7 @@
4343
<groupId>com.github.TommyLemon</groupId>
4444
<artifactId>unitauto-jar</artifactId>
4545
<version>2.6.1</version>
46-
</dependency>
46+
</dependency>-->
4747
<dependency>
4848
<groupId>io.github.classgraph</groupId>
4949
<artifactId>classgraph</artifactId>
@@ -53,21 +53,21 @@
5353

5454

5555
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 <<<<<<<<<< -->
56-
<dependency>
56+
<!-- <dependency>
5757
<groupId>com.github.Tencent</groupId>
5858
<artifactId>APIJSON</artifactId>
59-
<version>4.7.1</version>
59+
<version>4.7.2</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.github.APIJSON</groupId>
6363
<artifactId>apijson-framework</artifactId>
64-
<version>4.7.1</version>
64+
<version>4.7.2</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.github.APIJSON</groupId>
6868
<artifactId>apijson-column</artifactId>
69-
<version>1.1.1</version>
70-
</dependency>
69+
<version>1.1.2</version>
70+
</dependency>-->
7171
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
7272

7373
<!-- 需要用的数据库 JDBC 驱动 -->
5.39 KB
Binary file not shown.
38.9 KB
Binary file not shown.
162 KB
Binary file not shown.

‎APIJSON-Java-Server/APIJSONBoot/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.7.1</version>
8+
<version>4.7.2</version>
99
<packaging>jar</packaging>
1010

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

‎APIJSON-Java-Server/APIJSONDemo-Druid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo-druid</artifactId>
8-
<version>4.7.1</version>
8+
<version>4.7.2</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONDemo-Druid</name>

‎APIJSON-Java-Server/APIJSONDemo-HikariCP/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.demo</groupId>
77
<artifactId>apijson-demo-hikaricp</artifactId>
8-
<version>4.7.1</version>
8+
<version>4.7.2</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONDemo</name>

0 commit comments

Comments
(0)

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