diff --git a/spring_cloud_in_action/config-repo/api-gateway.properties b/spring_cloud_in_action/config-repo/api-gateway.properties new file mode 100644 index 0000000000000000000000000000000000000000..1411dbae5e6295873a687c11fcf8aa3e57c339b2 --- /dev/null +++ b/spring_cloud_in_action/config-repo/api-gateway.properties @@ -0,0 +1,4 @@ +zuul.routes.service‐a.path=/service‐a/** +zuul.routes.service‐a.serviceId=hello‐service +zuul.routes.service‐b.path=/service‐b/** +zuul.routes.service‐b.url=http://localhost:8001/ \ No newline at end of file