From 286e9775f6dfe63a39abae140c033d791e8b6b1b Mon Sep 17 00:00:00 2001 From: zhaojun1998 Date: Sun, 19 Apr 2020 14:35:53 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6,=20=E5=8D=87=E7=BA=A7=E5=90=8E=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E9=BB=98=E8=AE=A4=E6=95=B0=E6=8D=AE=E5=BA=93=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 16043d0..b06e456 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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