mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
db support remarks etc propertis
This commit is contained in:
@@ -18,45 +18,54 @@ sqlLevel = debug
|
||||
|
||||
# 默认数据源
|
||||
url = jdbc:sqlite:test.db
|
||||
remarks = true
|
||||
|
||||
|
||||
# 测试数据源
|
||||
[test]
|
||||
url = jdbc:sqlite:test.db
|
||||
remarks = true
|
||||
|
||||
# 测试用HSQLDB数据库
|
||||
[hsqldb]
|
||||
url = jdbc:hsqldb:mem:mem_hutool
|
||||
user = SA
|
||||
pass =
|
||||
remarks = true
|
||||
|
||||
# 测试用HSQLDB数据库
|
||||
[h2]
|
||||
url = jdbc:h2:mem:h2_hutool
|
||||
user = sa
|
||||
pass =
|
||||
remarks = true
|
||||
|
||||
# 测试用HSQLDB数据库
|
||||
[derby]
|
||||
url = jdbc:derby:.derby/test_db;create=true
|
||||
remarks = true
|
||||
|
||||
# 测试用Oracle数据库
|
||||
[orcl]
|
||||
url = jdbc:oracle:thin:@//looly.centos:1521/XE
|
||||
user = looly
|
||||
pass = 123456
|
||||
remarks = true
|
||||
|
||||
[mysql]
|
||||
url = jdbc:mysql://looly.centos8:3306/hutool_test?useSSL=false
|
||||
user = root
|
||||
pass = 123456
|
||||
remarks = true
|
||||
|
||||
[postgre]
|
||||
url = jdbc:postgresql://looly.centos:5432/test_hutool
|
||||
user = postgres
|
||||
pass = 123456
|
||||
remarks = true
|
||||
|
||||
[sqlserver]
|
||||
url = jdbc:sqlserver://looly.database.chinacloudapi.cn:1433;database=test;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.chinacloudapi.cn;loginTimeout=30;
|
||||
user = looly@looly
|
||||
pass = 123
|
||||
pass = 123
|
||||
remarks = true
|
Reference in New Issue
Block a user