feat: WebSocket 迁移到 SSE 实现实时推送

This commit is contained in:
Ray.Hao
2026-03-18 17:41:05 +08:00
parent ba6203424a
commit 465e63c99d
23 changed files with 551 additions and 1083 deletions

View File

@@ -219,13 +219,3 @@ wx:
miniapp:
appid: Your_AppId
secret: Your_AppSecret
# Actuator 端点配置(监控端点暴露)
management:
endpoints:
web:
exposure:
include: health,info,metrics,env,loggers,heapdump,threaddump
endpoint:
health:
show-details: always