1
0

fix(web): 区分windows和macOS的文件路径

This commit is contained in:
2024-11-27 09:41:02 +08:00
parent d781e137d8
commit 82a00d0313

View File

@@ -32,6 +32,21 @@ logging:
sdk: sdk:
eventsub: eventsub:
EventSubscribeImp: error 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: gringotts:
upload: upload:
upload-path: C:\Users\lanyuanxiaoyao\Projects\gringotts\gringotts-web\target upload-path: C:\Users\lanyuanxiaoyao\Projects\gringotts\gringotts-web\target