This commit is contained in:
tanghc
2020-08-24 12:09:51 +08:00
parent 8e8f24f5e8
commit f223a56fd5
15 changed files with 23 additions and 57 deletions

View File

@@ -38,7 +38,7 @@ public class ConfigLimit {
/** 服务id, 数据库字段service_id */
private String serviceId;
/** 限流策略1漏桶策略2令牌桶策略, 数据库字段limit_type */
/** 限流策略1窗口策略2令牌桶策略, 数据库字段limit_type */
private Byte limitType;
/** 每秒可处理请求数, 数据库字段exec_count_per_second */

View File

@@ -28,7 +28,7 @@ public class ConfigRouteLimit {
/** 路由id, 数据库字段route_id */
private String routeId;
/** 限流策略1漏桶策略2令牌桶策略, 数据库字段limit_type */
/** 限流策略1窗口策略2令牌桶策略, 数据库字段limit_type */
private Byte limitType;
/** 每秒可处理请求数, 数据库字段exec_count_per_second */