Rename spring-web-reactive to spring-webflux

Issue: SPR-15190
This commit is contained in:
Rossen Stoyanchev
2017-02-01 17:02:52 -05:00
parent 81d1217976
commit fafd2d20e1
386 changed files with 22 additions and 25 deletions

View File

@@ -811,8 +811,8 @@ project("spring-web") {
}
}
project("spring-web-reactive") {
description = "Spring Web Reactive"
project("spring-webflux") {
description = "Spring WebFlux"
dependencies {
compile(project(":spring-core"))

View File

@@ -19,7 +19,7 @@ include "spring-test"
include "spring-tx"
include "spring-web"
include "spring-webmvc"
include "spring-web-reactive"
include "spring-webflux"
include "spring-websocket"
include "spring-framework-bom"

Some files were not shown because too many files have changed in this diff Show More