From 2214735c279425dfd875d4e3f7b78866a1765dfa Mon Sep 17 00:00:00 2001 From: Cloud <3183761076@qq.com> Date: Sun, 20 Nov 2022 15:35:24 +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=E7=9B=AE=E5=BD=95?= 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 b46431c..8970e26 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -38,4 +38,4 @@ mybatis-plus: db-config: id-type: ASSIGN_ID reggie: - path: E:\images\ + path: /usr/local/img/ -- Gitee