Skip to content

Commit 286e977

Browse files
committed
🔧 更新配置文件, 升级后切换默认数据库路径
1 parent 60513ab commit 286e977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spring:
2424

2525
# h2 内存数据库 配置
2626
driver-class-name: org.h2.Driver
27-
url: jdbc:h2:~/.zfile/db/zfile
27+
url: jdbc:h2:~/.zfile-new/db/zfile
2828
username: zfile
2929
password: 123456
3030

0 commit comments

Comments
 (0)