Files
2025-07-16 22:55:21 +08:00

37 lines
524 B
YAML

server:
port: 6004
spring:
profiles:
active: dev
lazy:
enable-auto-schema: true
---
## 客户端设置
#spring:
# lazy:
# netty:
# client:
# client-id: 1024
# inet-host: 127.0.0.1
# inet-port: 7101
---
#logging:
# level:
# root: DEBUG
---
spring:
lazy:
netty:
protocol:
proxy:
authentication: true
enable-proxy-log: false
socket-protocol-proxy:
port: 9002
http-protocol-proxy:
port: 8002