初始化
This commit is contained in:
@@ -11,12 +11,12 @@ knife4j:
|
|||||||
# 日志配置
|
# 日志配置
|
||||||
logging:
|
logging:
|
||||||
file:
|
file:
|
||||||
path: /data/agent-client/logs
|
path: /usr/local/tongran/logs
|
||||||
|
|
||||||
tcp:
|
tcp:
|
||||||
netty:
|
netty:
|
||||||
charge:
|
charge:
|
||||||
enable: true
|
enable: true
|
||||||
name: AGENT-TCP-服务
|
name: AGENT-CLIENT-服务
|
||||||
port: 6610
|
port: 6610
|
||||||
readerIdleTime: 300
|
readerIdleTime: 300
|
||||||
@@ -20,12 +20,12 @@ knife4j:
|
|||||||
footer-custom-content: Apache License 2.0 | Copyright © 2025-[]
|
footer-custom-content: Apache License 2.0 | Copyright © 2025-[]
|
||||||
springdoc:
|
springdoc:
|
||||||
config:
|
config:
|
||||||
title: AGENTTCP服务
|
title: AGENT客户端服务
|
||||||
description: AGENTTCP服务接口文档
|
description: AGENT客户端服务接口文档
|
||||||
contact: AGENTTCP
|
contact: AGENT-CLIENT
|
||||||
email:
|
email:
|
||||||
version: ${spring.application.version}
|
version: ${spring.application.version}
|
||||||
group-configs:
|
group-configs:
|
||||||
- group: 'AGENTTCP服务'
|
- group: 'AGENT客户端服务'
|
||||||
paths-to-match: '/**'
|
paths-to-match: '/**'
|
||||||
packages-to-scan: com.tongran.agent.client
|
packages-to-scan: com.tongran.agent.client
|
||||||
|
|||||||
Reference in New Issue
Block a user