初始化
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
server:
|
||||
port: 7010
|
||||
servlet:
|
||||
context-path: /agent-client
|
||||
|
||||
# 接口文档配置
|
||||
knife4j:
|
||||
enable: true
|
||||
production: false # 开启屏蔽文档资源
|
||||
|
||||
# 日志配置
|
||||
logging:
|
||||
file:
|
||||
path: /data/agent-client/logs
|
||||
|
||||
tcp:
|
||||
netty:
|
||||
charge:
|
||||
enable: true
|
||||
name: AGENT-TCP-服务
|
||||
port: 6610
|
||||
readerIdleTime: 300
|
||||
Reference in New Issue
Block a user