From 23b9765b91e829ab8adddcb0f6b205bba6928e2c Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sat, 19 Jan 2019 09:38:15 +0800 Subject: [PATCH] Update README.md --- spring-cloud/spring-cloud-zuul/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud/spring-cloud-zuul/README.md b/spring-cloud/spring-cloud-zuul/README.md index 0cfe36c..edc54d5 100644 --- a/spring-cloud/spring-cloud-zuul/README.md +++ b/spring-cloud/spring-cloud-zuul/README.md @@ -8,7 +8,7 @@ api 网关是整个微服务系统的门面,所有的外部访问需要通过 下图是直观的显示api Gateway 在微服务网关中的作用(图片引用自spring boot 官网)。 -![api gateway](D:\spring-samples-for-all\pictures\api gateway.png) +![api gateway](D:\spring-samples-for-all\pictures\apiGateway.png) ### 1.2 zuul @@ -385,4 +385,4 @@ Consider renaming one of the beans or enabling overriding by setting spring.main | Edgware | 1.5.x | | Dalston | 1.5.x | -更多组件的版本说明可以在[spring cloud overview](https://spring.io/projects/spring-cloud#overview) 页面查看。 \ No newline at end of file +更多组件的版本说明可以在[spring cloud overview](https://spring.io/projects/spring-cloud#overview) 页面查看。