博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【Zuul】Zuul过滤器参考资料
阅读量:4627 次
发布时间:2019-06-09

本文共 1465 字,大约阅读时间需要 4 分钟。

#https://blog.csdn.net/chenqipc/article/details/53322830

#https://github.com/spring-cloud/spring-cloud-netflix/issues/2030
#https://github.com/spring-cloud/spring-cloud-netflix/issues/1048
#https://blog.csdn.net/mn960mn/article/details/51832753
#https://cloud.spring.io/spring-cloud-netflix/multi/multi__router_and_filter_zuul.html
#zuul.routes.eureka-js.path = /eureka/js/**
#zuul.routes.eureka-js.url = http://eureka01/eureka/js/,http://eureka02/eureka/js/
#zuul.routes.eureka-css.path = /eureka/js/**
#zuul.routes.eureka-css.url = http://eureka01/eureka/css/,http://eureka02/eureka/css/
#zuul.routes.eureka-api.path = /eureka/**
#zuul.routes.eureka-api.serviceId = eureka
zuul.routes.eureka.path = /eureka/**

 

#https://blog.csdn.net/chenqipc/article/details/53322830#https://github.com/spring-cloud/spring-cloud-netflix/issues/2030#https://github.com/spring-cloud/spring-cloud-netflix/issues/1048#https://blog.csdn.net/mn960mn/article/details/51832753#https://cloud.spring.io/spring-cloud-netflix/multi/multi__router_and_filter_zuul.html#zuul.routes.eureka-js.path = /eureka/js/**#zuul.routes.eureka-js.url = http://eureka01/eureka/js/,http://eureka02/eureka/js/#zuul.routes.eureka-css.path = /eureka/js/**#zuul.routes.eureka-css.url = http://eureka01/eureka/css/,http://eureka02/eureka/css/#zuul.routes.eureka-api.path = /eureka/**#zuul.routes.eureka-api.serviceId = eurekazuul.routes.eureka.path = /eureka/**

 

转载于:https://www.cnblogs.com/junneyang/p/9142610.html

你可能感兴趣的文章
SpringBoot------ActiveMQ安装
查看>>
详细了解 int? 类型
查看>>
字符串匹配 ?kmp : hash
查看>>
mongod.service: control process exited, code=exited status=1
查看>>
c# 发送邮件、附件 分类: C# 2014-12-...
查看>>
对360来说,江湖上再无“搜狗”这个传说
查看>>
composer
查看>>
OpenCV特征点检测——ORB特征
查看>>
ASP.NET性能优化之构建自定义文件缓存
查看>>
apicloud UISearchBar 使用方法
查看>>
【spring+websocket的使用】
查看>>
mongo二维数组操作
查看>>
localStorage之本地储存
查看>>
Archlinux 交换左Ctrl和Cap键
查看>>
#openstack故障处理汇总
查看>>
搜索旋转排序数组 II
查看>>
20、docker swarm
查看>>
psp工具软件前景与范围文档
查看>>
day06-三元表达式
查看>>
C# DateTime.Now详细用法
查看>>