🔧 更新配置文件, 升级后切换默认数据库路径

This commit is contained in:
zhaojun1998
2020-04-19 14:35:53 +08:00
parent 60513abe6a
commit 286e9775f6

View File

@@ -24,7 +24,7 @@ spring:
# h2 内存数据库 配置
driver-class-name: org.h2.Driver
url: jdbc:h2:~/.zfile/db/zfile
url: jdbc:h2:~/.zfile-new/db/zfile
username: zfile
password: 123456