SpringCloud
文章平均质量分 69
sourny
sourny@126.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot2.0.0版本actuator监控配置
o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator's.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/health],methods=[GET],produces=[applicati...原创 2018-06-11 18:32:16 · 10210 阅读 · 0 评论 -
SpringCloud Feign/Ribbon第一次请求超时
Servlet.service() for servlet [dispatcherServlet] in context with path [/payment] threw exception [Request processing failed; nested exception is feign.RetryableException: connect timed out executing ...转载 2018-06-13 17:02:43 · 2074 阅读 · 0 评论 -
简单的微服务feign之间调用授权/安全验证
不会写开头,就这样吧~我想让使用这个验证组件开发者配置越少越好所以我使用了注解 类似于springboot的自动装配类创建@EnableSecurityAuth注解作用于在application类上用@Import来注入SecurityAuthAutoConfiguration类SecurityAuthAutoConfiguration是用来注入校验token的Filter当配置文件中只需要生成t...原创 2018-06-13 18:09:54 · 32736 阅读 · 5 评论
分享