随笔分类 - springboot
摘要:http://localhost:8082/hystrix http://localhost:8081/hystrix.stream
阅读全文
摘要:@SpringBootApplication @EnableEurekaClient @EnableCircuitBreaker @ServletComponentScan public class SaleApp { @Bean @LoadBalanced public RestTemplate getRestTemplate() { return new RestTemplat...
阅读全文
摘要:@WebFilter(urlPatterns = "/*", filterName = "hystrixFilter") public class MyFilter implements Filter { public void init(FilterConfig filterConfig) throws ServletException { } public void doFi...
阅读全文
摘要:http://start.spring.io/
阅读全文