Skip to content

Commit 91c2fcc

Browse files
committed
Server:APIJSONBoot pom.xml 中新增可使用本地 jar 包依赖替代 Maven 依赖的注释
1 parent d117c0b commit 91c2fcc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

APIJSON-Java-Server/APIJSONBoot/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
</dependency>
7272

7373
<!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
74-
74+
75+
<!-- 可使用 libs 目录的 apijson-framework.jar 和 apijson-orm.jar 本地 jar 包依赖来替代,两种方式二选一 -->
7576
<dependency>
7677
<groupId>com.github.APIJSON</groupId>
7778
<artifactId>apijson-framework</artifactId>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
import static apijson.framework.APIJSONConstant.USER_;
2020
import static apijson.framework.APIJSONConstant.USER_ID;
2121

22-
import com.alibaba.fastjson.JSONObject;
23-
2422
import apijson.RequestMethod;
2523
import apijson.framework.APIJSONSQLConfig;
2624
import apijson.orm.AbstractSQLConfig;

0 commit comments

Comments
 (0)