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 be69342

Browse files
Java:APIJSONBoot 升级 APIJSON, apijson-framework, 自身 版本为 4.5.2;
1 parent b32fb31 commit be69342

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ APIJSON-Java-Server/APIJSONFinal/.settings
77
APIJSON-Java-Server/APIJSONFinal/.idea
88
apijson-final.iml
99
APIJSON-Java-Server/APIJSONDemo/.settings
10+
APIJSON-Java-Server/APIJSONDemo/.idea
-63.7 KB
Binary file not shown.
342 KB
Binary file not shown.
280 KB
Binary file not shown.

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

Lines changed: 3 additions & 3 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.5.1</version>
8+
<version>4.5.2</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONBoot</name>
@@ -55,12 +55,12 @@
5555
<dependency>
5656
<groupId>com.github.Tencent</groupId>
5757
<artifactId>APIJSON</artifactId>
58-
<version>4.5.1</version>
58+
<version>4.5.2</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.github.APIJSON</groupId>
6262
<artifactId>apijson-framework</artifactId>
63-
<version>4.5.1</version>
63+
<version>4.5.2</version>
6464
</dependency>
6565
<!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->
6666

‎APIJSON-Java-Server/APIJSONBoot/src/main/java/apijson/demo/DemoSQLConfig.java‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,11 @@ public String getDBPassword() {
186186
return null;
187187
}
188188

189-
//取消注释后,默认的 APIJSON 配置表会由业务表所在数据库模式 schema 改为自定义的
189+
//取消注释后,默认的 APIJSON 配置表会由业务表所在 数据库类型 database 和 数据库模式 schema 改为自定义的
190+
// @Override
191+
// public String getConfigDatabase() {
192+
// return DATABASE_POSTGRESQL;
193+
// }
190194
// @Override
191195
// public String getConfigSchema() {
192196
// return "apijson";

0 commit comments

Comments
(0)

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