浏览代码

修改上传照片

Tiroble 3 年之前
父节点
当前提交
c3ceb26df1
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/main/resources/application-dev.yml
  2. 1 1
      src/main/resources/bootstrap.yml

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

@@ -18,8 +18,8 @@ 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: 8014
 

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

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