feat: ASW-14 新增 pcap 解析接口

This commit is contained in:
shizhendong
2024-07-30 21:10:39 +08:00
parent 17328600aa
commit d9ec686bc7
12 changed files with 776 additions and 11 deletions

View File

@@ -35,7 +35,20 @@ spring:
enabled: true
main:
allow-circular-references: true
feign:
client:
config:
default: # 这里用default就是全局配置如果是写服务名称则是针对某个微服务的配置
connectTimeout: 5000
readTimeout: 5000
loggerLevel: BASIC # 日志级别 NONE|BASIC|HEADERS|FULL
httpclient:
enabled: true
max-connections: 200 # httpclient处理的最大连接数量
max-connections-per-route: 50 # 单个路径连接的最大数量
connection-timeout: 2000 # 超时等待
server:
# port: 2023
servlet: