docker update

This commit is contained in:
thinkgem
2023-10-12 14:50:53 +08:00
parent 4beb86c2ea
commit 270afadccc
12 changed files with 19 additions and 18 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/jeesite501
url: jdbc:h2:~/jeesite-db/jeesite551
username: jeesite
password: jeesite
testSql: SELECT 1