91名师指路-头部
91名师指路

ACTUATOR/HYSTRIX.STREAM 没有反应的方法

由于某些原因,现在不支持支付宝支付,如需要购买源码请加博主微信进行购买,微信号:13248254750

在启动类加上,就可以了:

// 解决 http://localhost:8001/hystrix.stream 无法访问的问题
@Bean
public ServletRegistrationBean hystrixMetricsStreamServlet() {
ServletRegistrationBean registration = new ServletRegistrationBean(new HystrixMetricsStreamServlet());
registration.addUrlMappings("/hystrix.stream");
return registration;
}


2019-08-23 14:03:24     阅读(996)

名师出品,必属精品    https://www.91mszl.com

联系博主    
用户登录遮罩层
x

账号登录

91名师指路-底部