|
|
|
@ -26,7 +26,7 @@ description = "Spring Boot WebClient" |
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
api(project(":core:spring-boot")) |
|
|
|
api(project(":core:spring-boot")) |
|
|
|
api(project(":module:spring-boot-http-client")) |
|
|
|
api(project(":module:spring-boot-http-client")) |
|
|
|
api("org.springframework:spring-web") |
|
|
|
api("org.springframework:spring-webflux") |
|
|
|
|
|
|
|
|
|
|
|
implementation(project(":module:spring-boot-http-codec")) |
|
|
|
implementation(project(":module:spring-boot-http-codec")) |
|
|
|
|
|
|
|
|
|
|
|
|