摘要: 1.大概代码 cloud-config-center3344是cloud config server端,cloud-config-client3355 和 cloud-config-client3366 是cloud config client端. 修改以下配置, cloud-config-cent 阅读全文
posted @ 2021-05-28 19:05 圣金巫灵 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 修改github的配置文件后, 服务端 ( http://localhost:3344/master/application-dev.yml )能刷新,客户端( http://localhost:3355/configInfo )不能刷新。 做法:cmd执行: curl -X POST http:/ 阅读全文
posted @ 2021-05-28 18:33 圣金巫灵 阅读(265) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/saryli/p/9729591.html 这个写的挺好的。mark. 阅读全文
posted @ 2021-05-28 17:57 圣金巫灵 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 算了cloud懒得粘贴了。放github上去了。。。。 阅读全文
posted @ 2021-05-28 15:13 圣金巫灵 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 新建工程: cloud-config-center3344 pom: <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-config-server</ar 阅读全文
posted @ 2021-05-28 13:12 圣金巫灵 阅读(101) 评论(0) 推荐(0) 编辑
摘要: gateway有很多自带的filter和自带的global filter 这里我们自定义一个filter 官方文档这样的: 模仿写一个: @Slf4j public class MyLogGatewayFilter implements GlobalFilter, Ordered { @Overri 阅读全文
posted @ 2021-05-28 10:53 圣金巫灵 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 有这几种predicate,试验几个: 1.带header的 - HeaderRoutePredicateFactory: spring: application: name: cloud-gateway cloud: gateway: discovery: locator: enabled: tr 阅读全文
posted @ 2021-05-28 09:32 圣金巫灵 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 百度一下cloud主页,找到要学的对应模块,比如gateway,看learn: 进learn看reference doc即可: 点进来整个就是详细的文档了: 阅读全文
posted @ 2021-05-28 09:03 圣金巫灵 阅读(113) 评论(0) 推荐(0) 编辑