随笔分类 -  springboot

摘要:http://localhost:8082/hystrix http://localhost:8081/hystrix.stream 阅读全文
posted @ 2018-03-12 22:48 zfzf1 阅读(248) 评论(0) 推荐(0)
摘要:@SpringBootApplication @EnableEurekaClient @EnableCircuitBreaker @ServletComponentScan public class SaleApp { @Bean @LoadBalanced public RestTemplate getRestTemplate() { return new RestTemplat... 阅读全文
posted @ 2018-03-12 17:58 zfzf1 阅读(1352) 评论(0) 推荐(0)
摘要:@WebFilter(urlPatterns = "/*", filterName = "hystrixFilter") public class MyFilter implements Filter { public void init(FilterConfig filterConfig) throws ServletException { } public void doFi... 阅读全文
posted @ 2018-03-12 17:56 zfzf1 阅读(140) 评论(0) 推荐(0)
摘要:http://start.spring.io/ 阅读全文
posted @ 2018-03-04 15:22 zfzf1 阅读(76) 评论(0) 推荐(0)