mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
2.0
This commit is contained in:
@@ -13,7 +13,7 @@ import org.springframework.cloud.netflix.zuul.filters.Route;
|
||||
public class ZuulRouteCache extends BaseRouteCache<ZuulTargetRoute> {
|
||||
|
||||
/** 路由重试 */
|
||||
public static final boolean RETRYABLE = true;
|
||||
private static final boolean RETRYABLE = true;
|
||||
|
||||
public ZuulRouteCache(RouteRepository<ZuulTargetRoute> routeRepository) {
|
||||
super(routeRepository);
|
||||
|
Reference in New Issue
Block a user