txf 3 年之前
父节点
当前提交
454846e9e1
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/main/resources/application-prod.yml

+ 8 - 0
src/main/resources/application-prod.yml

@@ -16,5 +16,13 @@ openfeign:
   TmsTruckFeign:
     url: ${TMSTRUCKFEIGN_URL:172.16.33.166:8088}
 
+#图片上传配置
+piction:
+  # path: /usr/share/nginx/html/image
+  #  path: /test/data/nginx/html/image
+  #  path: C:\Users\24390\Desktop\work\a
+  path: /shared
+
+
 server:
   port: 8093