hefeng 5 anos atrás
pai
commit
a9c2462116
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/resources/bootstrap.yml

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

@@ -44,7 +44,7 @@ spring:
44 44
     static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
45 45
 
46 46
 web:
47
-  upload-path: /upload
47
+  upload-path: /home/depot/depot-web/apache-tomcat-8.0.53/webapps/ROOT/WEB-INF/classes/static
48 48
 
49 49
 #设置全局变量判断是云端还是库端;1云端,2本地
50 50
 localOrCloud: 1