1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

小程序扫码门禁端显示详情

This commit is contained in:
2023-04-25 01:41:23 +08:00
parent b68fde365f
commit 65563f5b75
13 changed files with 192 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ spring:
filters: # 路由过滤器,使用自定义的限流过滤器工厂
- name: RateLimitByIp # 设置每秒允许5个请求每次请求需要1个令牌
args:
rate: 5.0
rate: 10.0
permits: 1
- id: access
@@ -54,7 +54,7 @@ spring:
filters: # 路由过滤器,使用自定义的限流过滤器工厂
- name: RateLimitByIp # 设置每秒允许5个请求每次请求需要1个令牌
args:
rate: 5.0
rate: 10.0
permits: 1
- id: access-websocket
@@ -70,7 +70,7 @@ spring:
filters: # 路由过滤器,使用自定义的限流过滤器工厂
- name: RateLimitByIp # 设置每秒允许5个请求每次请求需要1个令牌
args:
rate: 5.0
rate: 10.0
permits: 1
- id: test1