Rename spring-web-reactive to spring-webflux
Issue: SPR-15190
This commit is contained in:
@@ -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"))
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user