Skip to content

Commit ad6bacf

Browse files
authored
Update README.md
1 parent 0a8159c commit ad6bacf

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ Tencent [APIJSON](https://github.com/Tencent/APIJSON) Server Framework for remot
4949
implementation 'com.github.APIJSON:apijson-framework:latest'
5050
}
5151
```
52+
53+
<br /><br />
54+
55+
### 注意
56+
### Tips
57+
Oracle 和 SQLServer 的 JDBC 驱动用了 GPL 系列协议,所以本项目 pom.xml 没有加它们的 Maven 依赖,需要自己加。<br />
58+
The JDBC Drivers for Oracle and SQLServer have been licensed with GPL agreements, so they are not added on pom.xml, you need to add them yourself. <br />
59+
启动时会有 Oracle 和 SQLServer 的 JDBC 驱动加载失败的 警日志,但不影响 MySQL, PostgreSQL 等使用。<br />
60+
There would be failures and warnings when loading JDBC Drivers for Oracle and SQLServer, but it does not matter if you use MySQL or PostgreSQL only.<br />
61+

0 commit comments

Comments
 (0)