From 82a00d0313a6accc860d5ef5e2554b75ed83a79b Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Wed, 27 Nov 2024 09:41:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E5=8C=BA=E5=88=86windows=E5=92=8Cm?= =?UTF-8?q?acOS=E7=9A=84=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gringotts-web/src/main/resources/application.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gringotts-web/src/main/resources/application.yml b/gringotts-web/src/main/resources/application.yml index bd17b7d..fb7b5ee 100644 --- a/gringotts-web/src/main/resources/application.yml +++ b/gringotts-web/src/main/resources/application.yml @@ -32,6 +32,21 @@ logging: sdk: eventsub: EventSubscribeImp: error + +--- +spring: + config: + activate: + on-profile: macOS +gringotts: + upload: + upload-path: /Users/lanyuanxiaoyao/Project/IdeaProjects/gringotts/gringotts-web/target/upload + +--- +spring: + config: + activate: + on-profile: windows gringotts: upload: upload-path: C:\Users\lanyuanxiaoyao\Projects\gringotts\gringotts-web\target \ No newline at end of file