소스 검색

修改配置文件保存路径地址

wuweihao 4 년 전
부모
커밋
178f31f363
2개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 4 4
      zhoushan-system-api/src/main/resources/application-dev.yml
  2. 4 4
      zhoushan-system-api/src/main/resources/application-sit.yml

+ 4 - 4
zhoushan-system-api/src/main/resources/application-dev.yml

@@ -42,10 +42,10 @@ spring:
     static-locations: file:${my.file.path}
 
 upload:
-  head: ${my.file.path}\head
-  information: ${my.file.path}\information
-  collection: ${my.file.path}\collection
-  exhibition: ${my.file.path}\exhibition
+  head: ${my.file.path}/head
+  information: ${my.file.path}/information
+  collection: ${my.file.path}/collection
+  exhibition: ${my.file.path}/exhibition
 
 
 

+ 4 - 4
zhoushan-system-api/src/main/resources/application-sit.yml

@@ -45,10 +45,10 @@ spring:
     static-locations: file:${my.file.path}
 
 upload:
-  head: ${my.file.path}\head
-  information: ${my.file.path}\information
-  collection: ${my.file.path}\collection
-  exhibition: ${my.file.path}\exhibition
+  head: ${my.file.path}/head
+  information: ${my.file.path}/information
+  collection: ${my.file.path}/collection
+  exhibition: ${my.file.path}/exhibition