Przeglądaj źródła

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

wuweihao 3 lat temu
rodzic
commit
178f31f363

+ 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