初始化

This commit is contained in:
qiminbao
2025-09-10 15:46:28 +08:00
parent 4330ffdff1
commit 2c23692f01
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -11,12 +11,12 @@ knife4j:
# 日志配置
logging:
file:
path: /data/agent-client/logs
path: /usr/local/tongran/logs
tcp:
netty:
charge:
enable: true
name: AGENT-TCP-服务
name: AGENT-CLIENT-服务
port: 6610
readerIdleTime: 300
+4 -4
View File
@@ -20,12 +20,12 @@ knife4j:
footer-custom-content: Apache License 2.0 | Copyright © 2025-[]
springdoc:
config:
title: AGENTTCP服务
description: AGENTTCP服务接口文档
contact: AGENTTCP
title: AGENT客户端服务
description: AGENT客户端服务接口文档
contact: AGENT-CLIENT
email:
version: ${spring.application.version}
group-configs:
- group: 'AGENTTCP服务'
- group: 'AGENT客户端服务'
paths-to-match: '/**'
packages-to-scan: com.tongran.agent.client