mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix dm
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package org.dromara.hutool.db;
|
||||
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
|
@@ -83,8 +83,9 @@ pass = 123
|
||||
remarks = true
|
||||
|
||||
# 测试用dm数据库
|
||||
# 测试环境使用docker启动,见:https://eco.dameng.com/document/dm/zh-cn/start/dm-install-docker.html
|
||||
[dm]
|
||||
url = jdbc:dm://localhost:30236/schema=dm8_test
|
||||
url = jdbc:dm://localhost:5236
|
||||
user = SYSDBA
|
||||
pass = 123456
|
||||
pass = SYSDBA001
|
||||
remarks = true
|
||||
|
Reference in New Issue
Block a user