Skip to content

Commit

Permalink
spring-boot 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leelance committed Sep 11, 2017
1 parent 7eee364 commit fe99c17
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion spring-boot-cache-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import java.util.HashMap;
import java.util.Map;

import org.springframework.boot.context.embedded.FilterRegistrationBean;
import org.springframework.boot.context.embedded.ServletRegistrationBean;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.boot.web.servlet.ServletRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

Expand Down
5 changes: 3 additions & 2 deletions spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.5.6.RELEASE</version>
<relativePath/>
</parent>
<groupId>com.lance</groupId>
<artifactId>spring-boot-parent</artifactId>
Expand Down Expand Up @@ -115,7 +116,7 @@
<module>../spring-boot-shiro</module>
<module>../spring-boot-shiro-redis</module>
<module>../spring-boot-cache-ehcache</module>
<module>../spring-boot-cache-redis</module>
<module>../spring-boot-cache-redis</module>
<module>../spring-boot-activemq-producer</module>
<module>../spring-boot-activemq-consumer</module>
<module>../spring-boot-email</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import java.util.HashMap;
import java.util.Map;

import org.springframework.boot.context.embedded.FilterRegistrationBean;
import org.springframework.boot.context.embedded.ServletRegistrationBean;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.boot.web.servlet.ServletRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

Expand Down

0 comments on commit fe99c17

Please sign in to comment.