Add framework:webclient-netty smoke test

See related spring-projects/spring-framework#31178
and spring-projects/spring-framework#31180 issues.

Closes gh-20
This commit is contained in:
Sébastien Deleuze
2023-08-30 18:13:01 +02:00
parent a1aa13ce8e
commit c458d883ce
9 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
version: '3'
services:
httpbin:
image: 'mccutchen/go-httpbin:v2.10.0'
ports:
- '8080'