Browse Source

Allow CodecCustomizer to be used out-of-the-box with WebFlux

Closes gh-47397
pull/47404/head
Stéphane Nicoll 3 months ago
parent
commit
169b1b10b0
  1. 2
      module/spring-boot-webflux/build.gradle

2
module/spring-boot-webflux/build.gradle

@ -27,9 +27,9 @@ description = "Spring Boot WebFlux" @@ -27,9 +27,9 @@ description = "Spring Boot WebFlux"
dependencies {
api(project(":core:spring-boot"))
api(project(":module:spring-boot-http-codec"))
api("org.springframework:spring-webflux")
implementation(project(":module:spring-boot-http-codec"))
implementation(project(":module:spring-boot-web-server"))
optional(project(":core:spring-boot-autoconfigure"))

Loading…
Cancel
Save