We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60513ab commit 286e977Copy full SHA for 286e977
src/main/resources/application.yml
@@ -24,7 +24,7 @@ spring:
24
25
# h2 内存数据库 配置
26
driver-class-name: org.h2.Driver
27
- url: jdbc:h2:~/.zfile/db/zfile
+ url: jdbc:h2:~/.zfile-new/db/zfile
28
username: zfile
29
password: 123456
30
0 commit comments