From cc6508a953e29c854f3ffc45615f8b6d7ffb666b Mon Sep 17 00:00:00 2001 From: zlt2000 Date: Mon, 4 May 2020 17:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9zlt-redis-spring-boot-starter?= =?UTF-8?q?=E7=9A=84=E5=AE=A2=E6=88=B7=E7=AB=AF=E7=94=B1lettuce=E6=94=B9?= =?UTF-8?q?=E4=B8=BAredisson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pom.xml | 12 +++--------- .../zlt-redis-spring-boot-starter/pom.xml | 15 +++------------ zlt-gateway/sc-gateway/pom.xml | 17 +++++++++++++---- 4 files changed, 20 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index b2a7c6f..db5118c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ License Downloads Downloads - Downloads + Downloads Downloads Downloads

diff --git a/pom.xml b/pom.xml index 0874be9..b1fa90e 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 3.1.0 2.3.8.RELEASE 1.1.0.RELEASE - 3.9.1 + 3.11.5 1.6.2 5.1.4 3.3.1 @@ -43,7 +43,6 @@ 1.26.7 1.21 2.11.4 - 5.2.2.RELEASE 1.0.2 1.9.4 1.1.6.RELEASE @@ -186,8 +185,8 @@ org.redisson - redisson - ${redisson.version} + redisson-spring-boot-starter + ${redisson-starter.version} @@ -319,11 +318,6 @@ transmittable-thread-local ${transmittable.version} - - io.lettuce - lettuce-core - ${lettuce.version} - com.nepxion banner diff --git a/zlt-commons/zlt-redis-spring-boot-starter/pom.xml b/zlt-commons/zlt-redis-spring-boot-starter/pom.xml index fd52521..c0aadfc 100644 --- a/zlt-commons/zlt-redis-spring-boot-starter/pom.xml +++ b/zlt-commons/zlt-redis-spring-boot-starter/pom.xml @@ -16,19 +16,10 @@ com.zlt zlt-common-core + - org.springframework.boot - spring-boot-starter-data-redis - - - io.lettuce - lettuce-core - - - - - io.lettuce - lettuce-core + org.redisson + redisson-spring-boot-starter diff --git a/zlt-gateway/sc-gateway/pom.xml b/zlt-gateway/sc-gateway/pom.xml index 4f42087..0704407 100644 --- a/zlt-gateway/sc-gateway/pom.xml +++ b/zlt-gateway/sc-gateway/pom.xml @@ -30,6 +30,18 @@ com.zlt zlt-auth-client-spring-boot-starter + + + com.zlt + zlt-redis-spring-boot-starter + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.cloud spring-cloud-starter-gateway @@ -64,10 +76,7 @@ io.springfox springfox-swagger-ui - - com.zlt - zlt-redis-spring-boot-starter - + org.springframework.security spring-security-oauth2-resource-server -- GitLab