瀏覽代碼

更新 application-dev.properties

小柒2012 7 年之前
父節點
當前提交
2800b58cc3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ====#