From a872e4e1d1d4b4d015a21c56699f68269b90c5de Mon Sep 17 00:00:00 2001 From: Doghole Date: Mon, 12 May 2025 18:13:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E5=90=8E=E9=87=8D=E6=96=B0=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E6=95=B0=E6=8D=AE=E5=BA=93=E6=96=87=E4=BB=B6=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=20TODO=EF=BC=9A=E7=9B=B8=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-remote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-remote.yml b/src/main/resources/application-remote.yml index c080697..cabebbb 100644 --- a/src/main/resources/application-remote.yml +++ b/src/main/resources/application-remote.yml @@ -18,7 +18,7 @@ spring: max-lifetime: 60000 connection-timeout: 30000 sqlite: - jdbc-url: jdbc:sqlite:E:/eclipse-workspace/emoney-auto/src/main/resources/database.db + jdbc-url: jdbc:sqlite:E:/eclipse-workspace/emo-grab/src/main/resources/database.db driver-class-name: org.sqlite.JDBC mapper-locations: classpath*:mapper/sqlite/*.xml type-aliases-package: quant.rich.emoney.entity.sqlite