spring cloud zuul 重试配置

使用spring cloud zuul的时候,配置重试机制的时候要注意:

重试配置依赖spring的retry,如果不引入此jar包,配置将无效

< dependency >
   < groupId >org.springframework.retry</ groupId >
   < artifactId >spring-retry</ artifactId >
</ dependency >

猜你喜欢

转载自blog.csdn.net/weixin_39702323/article/details/80513480