fanxw 6 년 전
부모
커밋
b950cfc7ba
1개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 4 5
      src/main/resources/bootstrap.yml

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

@@ -42,10 +42,9 @@ spring:
42 42
   # 静态资源配置
43 43
   resources:
44 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 45
   jackson:
50 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