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:
6
framework/webclient-netty/docker-compose.yml
Normal file
6
framework/webclient-netty/docker-compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
version: '3'
|
||||
services:
|
||||
httpbin:
|
||||
image: 'mccutchen/go-httpbin:v2.10.0'
|
||||
ports:
|
||||
- '8080'
|
||||
Reference in New Issue
Block a user