diff --git a/techhero-commservice-upload-natived.yml b/techhero-commservice-upload-natived.yml index 86759b1..898caa7 100644 --- a/techhero-commservice-upload-natived.yml +++ b/techhero-commservice-upload-natived.yml @@ -39,7 +39,7 @@ spring: enable-storage: true #启用存储 enable-access: true #启用访问(线上请使用 Nginx 配置,效率更高) domain: "" # 访问域名,例如:“http://127.0.0.1:18080/picture/image/”,注意后面要和 path-patterns 保持一致,“/”结尾,本地存储建议使用相对路径,方便后期更换域名 - base-path: /Users/wwq/Desktop/kdsfrz/image/ # 存储地址 + base-path: /Users/wwq/Desktop/image/ # 存储地址 path-patterns: /picture/image/** # 访问路径,开启 enable-access 后,通过此路径可以访问到上传的文件 local-plus: # 本地存储升级版 - platform: local-plus-1 # 存储平台标识