docker update

This commit is contained in:
thinkgem
2023-10-12 14:50:32 +08:00
parent 456cdaf883
commit 807b47dbc4
7 changed files with 12 additions and 11 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