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