Pārlūkot izejas kodu

修改签收图片上传

liyg 3 gadi atpakaļ
vecāks
revīzija
da0510b125

+ 3 - 3
src/main/resources/application-dev.yml

@@ -36,12 +36,12 @@ openfeign:
   JoinFeign:
     url: ${JOINFEIGN_URL:172.16.33.162:8006}
   OTMSFeign:
-    url: ${OTMSFEIGN_URL:localhost:8038}
+    url: ${OTMSFEIGN_URL:172.16.33.162:8038}
 piction:
   #path: /usr/share/nginx/html/image
   #path: /test/data/nginx/html/image
-  path: D:\Code\work\jpg
-  #path: /shared
+  #path: D:\Code\work\jpg
+  path: /shared
 
 server:
   port: 8019

+ 2 - 2
src/main/resources/application-prod.yml

@@ -41,7 +41,7 @@ openfeign:
 piction:
   # path: /usr/share/nginx/html/image
   #  path: /test/data/nginx/html/image
-  path: C:\Users\24390\Desktop\work\a
-  #path: /shared
+  #path: C:\Users\24390\Desktop\work\a
+  path: /shared
 server:
   port: 8080

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -1,7 +1,7 @@
 api.version: api/v1
 spring:
   profiles:
-    include: ${SPRING_PROFILES:dev}
+    include: ${SPRING_PROFILES:prod}
   jackson:
     date-format: yyyy-MM-dd HH:mm:ss
     time-zone: GMT+8