[fix] 优化tcp架构

This commit is contained in:
wujiawei
2024-12-13 13:13:17 +08:00
parent f11200cee9
commit 9b64c622cc
120 changed files with 679 additions and 505 deletions

View File

@ -13,6 +13,10 @@ spring:
node-host: 127.0.0.1 # 当前节点host
node-port: 7001 # 当前节点端口
enable-flow-control: true # 允许流量控制,代理性能不太好
tcp:
port: 7001
udp:
port: 7001
ddl-configure:
ddl-auto: create