upgrade h2 to 2.2.224

This commit is contained in:
thinkgem
2025-01-08 17:04:04 +08:00
parent 696e6a97b1
commit 3d68d9f660
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ jdbc:
# Mysql 数据库配置
type: h2
driver: org.h2.Driver
url: jdbc:h2:/data/jeesite-db/jeesite5100
url: jdbc:h2:/data/jeesite-db/jeesite5101
username: jeesite
password: jeesite
testSql: SELECT 1

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/jeesite5100
url: jdbc:h2:~/jeesite-db/jeesite5101
username: jeesite
password: jeesite
testSql: SELECT 1