Add Cloud OpenFeign tests

See gh-174
This commit is contained in:
Olga Maciaszek-Sharma
2023-03-24 14:08:37 +01:00
committed by Andy Wilkinson
parent a0a4b31c0f
commit f8e213739c
7 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
version: '3'
services:
test-service:
image: springcloud/test-service:latest
ports:
- "8081"