This commit is contained in:
fanxb 2019-08-16 23:46:48 +08:00
parent 94bfb80179
commit 1122cd5f02
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ categories:
- [springCloud 学习 1(集中式配置管理)](http://tapme.top/blog/detail/2018-11-19-15-57-00/) - [springCloud 学习 1(集中式配置管理)](http://tapme.top/blog/detail/2018-11-19-15-57-00/)
- [springCloud 学习 2(服务发现)](http://tapme.top/blog/detail/2018-11-22-15-57/) - [springCloud 学习 2(服务发现)](http://tapme.top/blog/detail/2018-11-22-15-57/)
- [springCloud 学习 3Netflix Hystrix 弹性客户端)](http://tapme.top/blog/detail/2018-11-28-15-57-00) - [springCloud 学习 3Netflix Hystrix 弹性客户端)](http://tapme.top/blog/detail/2018-11-28-15-57-00)
- [springCloud 学习 4Zuul 服务路由)](http://tapme.top/blog/detail/2019-01-03-19-19) - [springCloud 学习 4Zuul 服务路由)](http://tapme.top/blog/detail/2019-01-03-19-18)
- [springCloud 学习 5Spring-Cloud-Stream 事件驱动)](http://tapme.top/blog/detail/2019-01-03-19-19) - [springCloud 学习 5Spring-Cloud-Stream 事件驱动)](http://tapme.top/blog/detail/2019-01-03-19-19)
- [springCloud 学习 6(Spring Cloud Sleuth 分布式跟踪)](http://tapme.top/blog/detail/2019-01-03-19-19) - [springCloud 学习 6(Spring Cloud Sleuth 分布式跟踪)](http://tapme.top/blog/detail/2019-01-03-19-19)

View File

@ -1,5 +1,5 @@
--- ---
id: "2019-01-03-19-19" id: "2019-01-03-19-18"
date: "2019/01/03 19:19" date: "2019/01/03 19:19"
title: "springCloud学习4Zuul服务路由" title: "springCloud学习4Zuul服务路由"
tags: ["spring-boot", "spring-cloud", "netflix-zuul", "service-gateway"] tags: ["spring-boot", "spring-cloud", "netflix-zuul", "service-gateway"]
@ -441,4 +441,4 @@ public class ResponseFilter extends ZuulFilter {
**本篇代码存放于:**[github](https://github.com/FleyX/demo-project/tree/master/springcloud/spring-cloud%E6%9C%8D%E5%8A%A1%E8%B7%AF%E7%94%B1) **本篇代码存放于:**[github](https://github.com/FleyX/demo-project/tree/master/springcloud/spring-cloud%E6%9C%8D%E5%8A%A1%E8%B7%AF%E7%94%B1)
**本篇原创发布于:**[https://tapme.top/blog/detail/2019-01-03-19-19](https://tapme.top/blog/detail/2019-01-03-19-19) **本篇原创发布于:**[https://tapme.top/blog/detail/2019-01-03-19-19](https://tapme.top/blog/detail/2019-01-03-19-18)