小柒2012 7 gadi atpakaļ
vecāks
revīzija
5886d513ef
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      pom.xml
  2. 1 1
      src/main/resources/application-dev.properties

+ 1 - 1
pom.xml

@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>1.5.2.RELEASE</version>
+		<version>1.5.9.RELEASE</version>
 		<relativePath/> <!-- lookup parent from repository -->
 	</parent>
 	<dependencies>

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

@@ -31,7 +31,7 @@ spring.thymeleaf.template.cache=false
 # \u9759\u6001\u6587\u4ef6\u8bf7\u6c42\u5339\u914d\u65b9\u5f0f
 spring.mvc.static-path-pattern=/**
 # \u4fee\u6539\u9ed8\u8ba4\u7684\u9759\u6001\u5bfb\u5740\u8d44\u6e90\u76ee\u5f55 \u591a\u4e2a\u4f7f\u7528\u9017\u53f7\u5206\u9694
-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 ====#