Improve Spring Boot based samples
Starting with 2.0.0.M1, Boot provides auto-config support for Lettuce. See gh-790
This commit is contained in:
@@ -3,7 +3,6 @@ apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
dependencies {
|
||||
compile(project(':spring-session-data-redis')) {
|
||||
exclude module: 'jedis'
|
||||
exclude module: 'commons-pool2'
|
||||
}
|
||||
compile "org.springframework.boot:spring-boot-starter-web"
|
||||
compile "org.springframework.boot:spring-boot-starter-thymeleaf"
|
||||
|
||||
Reference in New Issue
Block a user