This commit is contained in:
thinkgem
2024-03-28 14:15:33 +08:00
parent 21b15f16e3
commit 53af15f85d
5 changed files with 7 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ jdbc:
# H2 数据库配置(请修改 /modules/core/pom.xml 文件,打开 H2 DB 依赖)
type: h2
driver: org.h2.Driver
url: jdbc:h2:~/jeesite-db/jeesite560
url: jdbc:h2:~/jeesite-db/jeesite570
username: jeesite
password: jeesite
testSql: SELECT 1