From a573a79455fa43e4a056a4f5c3a473c001085e1a Mon Sep 17 00:00:00 2001 From: momo <2296828474@qq.com> Date: Wed, 10 May 2023 06:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + vote/src/main/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11cb5f4..9c5d3ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.zip */node_modules/ +.vscode # ---> Maven target/ pom.xml.tag diff --git a/vote/src/main/resources/application.yml b/vote/src/main/resources/application.yml index dfff008..134edf7 100644 --- a/vote/src/main/resources/application.yml +++ b/vote/src/main/resources/application.yml @@ -22,7 +22,7 @@ spring: port: 6379 host: 127.0.0.1 password: -image.save-path: /usr/app/upload +image.save-path: images/ #MyBatis使用pageHelper分页 pagehelper: