Create spring-boot-http-codec module

This commit is contained in:
Andy Wilkinson
2025-04-02 14:36:51 +01:00
committed by Phillip Webb
parent 4ce8b591e0
commit 2e52a3ebef
31 changed files with 73 additions and 175 deletions

View File

@@ -5,6 +5,7 @@ plugins {
description = "Starter for building WebFlux applications using Spring Framework's Reactive Web support"
dependencies {
api(project(":spring-boot-project:spring-boot-http-codec"))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-json"))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-reactor-netty"))