fanxw 6 år sedan
förälder
incheckning
b950cfc7ba
1 ändrade filer med 4 tillägg och 5 borttagningar
  1. 4 5
      src/main/resources/bootstrap.yml

+ 4 - 5
src/main/resources/bootstrap.yml

@@ -42,10 +42,9 @@ spring:
42
   # 静态资源配置
42
   # 静态资源配置
43
   resources:
43
   resources:
44
     static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
44
     static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
45
- 
46
-web:
47
-  upload-path: /home/depot/depot-web/apache-tomcat-8.0.53/webapps/ROOT/WEB-INF/classes/static
48
-
49
   jackson:
45
   jackson:
50
     date-format: yyyy-MM-dd
46
     date-format: yyyy-MM-dd
51
-    time-zone: GMT+8
47
+    time-zone: GMT+8
48
+
49
+web:
50
+  upload-path: /home/depot/depot-web/apache-tomcat-8.0.53/webapps/ROOT/WEB-INF/classes/static