This commit is contained in:
tanghc
2020-08-20 14:23:36 +08:00
parent 7468ce3524
commit bdf3334732

View File

@@ -64,6 +64,10 @@ public class GatewayRouteCache implements RouteLoader {
routeRepository.add(targetRoute);
}
public void refresh() {
this.routeRepository.refresh();
}
/**
* 构建路由id MD5
*