From 77e2ee7ac9918decbf4ec8207cc3e1e5328590a1 Mon Sep 17 00:00:00 2001 From: liqiangqiang Date: Mon, 20 May 2019 16:34:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Spring=20Boot=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=88=B0=202.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 5 +++++ springboot-webflux-4-thymeleaf/pom.xml | 2 +- springboot-webflux-5-thymeleaf-mongodb/pom.xml | 2 +- springboot-webflux-6-redis/pom.xml | 2 +- springboot-webflux-7-redis-cache/pom.xml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 6a43a0b..9ab1901 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,11 @@ springboot-webflux-1-quickstart springboot-webflux-2-restful + springboot-webflux-3-mongodb + springboot-webflux-4-thymeleaf + springboot-webflux-5-thymeleaf-mongodb + springboot-webflux-6-redis + springboot-webflux-7-redis-cache diff --git a/springboot-webflux-4-thymeleaf/pom.xml b/springboot-webflux-4-thymeleaf/pom.xml index b1ecafd..1768e5d 100755 --- a/springboot-webflux-4-thymeleaf/pom.xml +++ b/springboot-webflux-4-thymeleaf/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.3.RELEASE + 2.1.5.RELEASE diff --git a/springboot-webflux-5-thymeleaf-mongodb/pom.xml b/springboot-webflux-5-thymeleaf-mongodb/pom.xml index 5d09644..c0541dd 100755 --- a/springboot-webflux-5-thymeleaf-mongodb/pom.xml +++ b/springboot-webflux-5-thymeleaf-mongodb/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.3.RELEASE + 2.1.5.RELEASE diff --git a/springboot-webflux-6-redis/pom.xml b/springboot-webflux-6-redis/pom.xml index 91dd4f0..cce4b86 100755 --- a/springboot-webflux-6-redis/pom.xml +++ b/springboot-webflux-6-redis/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.3.RELEASE + 2.1.5.RELEASE diff --git a/springboot-webflux-7-redis-cache/pom.xml b/springboot-webflux-7-redis-cache/pom.xml index 3dd46cd..f2fa53a 100755 --- a/springboot-webflux-7-redis-cache/pom.xml +++ b/springboot-webflux-7-redis-cache/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.3.RELEASE + 2.1.5.RELEASE