更新 Spring Boot 版本到 2.1.5

This commit is contained in:
liqiangqiang
2019-05-20 16:34:40 +08:00
parent a7075a56cb
commit 77e2ee7ac9
5 changed files with 9 additions and 4 deletions

View File

@@ -76,6 +76,11 @@
<module>springboot-webflux-1-quickstart</module>
<!-- Spring Boot WebFlux 实现 Restful 服务,基于 HTTP / JSON 传输 -->
<module>springboot-webflux-2-restful</module>
<module>springboot-webflux-3-mongodb</module>
<module>springboot-webflux-4-thymeleaf</module>
<module>springboot-webflux-5-thymeleaf-mongodb</module>
<module>springboot-webflux-6-redis</module>
<module>springboot-webflux-7-redis-cache</module>
</modules>
</project>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.5.RELEASE</version>
</parent>
<dependencies>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.5.RELEASE</version>
</parent>
<dependencies>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.5.RELEASE</version>
</parent>
<dependencies>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.5.RELEASE</version>
</parent>
<dependencies>