Explorar el Código

更新 application-dev.properties

小柒2012 hace 7 años
padre
commit
2800b58cc3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/application-dev.properties

+ 1 - 1
src/main/resources/application-dev.properties

@@ -31,7 +31,7 @@ spring.thymeleaf.template.cache=false
 # 静态文件请求匹配方式
 spring.mvc.static-path-pattern=/**
 # 修改默认的静态寻址资源目录 多个使用逗号分隔
-spring.resources.static-locations = classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,,classpath:/templates/
+spring.resources.static-locations = classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,classpath:/templates/
 
 #============================#
 #===== zookeeper sttings ====#