This commit is contained in:
thinkgem
2024-07-03 11:24:28 +08:00
parent e81e548f92
commit dd3e52a8ca
4 changed files with 6 additions and 4 deletions

View File

@@ -17,4 +17,5 @@
5.6.0
5.6.1
5.7.0
5.7.1
5.7.1
5.8.0

View File

@@ -25,4 +25,5 @@
5.6.0
5.6.1
5.7.0
5.7.1
5.7.1
5.8.0

View File

@@ -7,7 +7,7 @@ jdbc:
# Mysql 数据库配置
type: h2
driver: org.h2.Driver
url: jdbc:h2:/data/jeesite-db/jeesite571
url: jdbc:h2:/data/jeesite-db/jeesite580
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/jeesite571
url: jdbc:h2:~/jeesite-db/jeesite580
username: jeesite
password: jeesite
testSql: SELECT 1