This commit is contained in:
thinkgem
2024-11-21 09:49:23 +08:00
parent cba1010a45
commit 6ecd94b954
2 changed files with 2 additions and 2 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/jeesite580
url: jdbc:h2:~/jeesite-db/jeesite592
username: jeesite
password: jeesite
testSql: SELECT 1