fix: 修复若干问题,添加java lsp

This commit is contained in:
2026-02-15 22:41:24 +08:00
parent eab464060b
commit 00b0d825d8
264 changed files with 1036 additions and 309 deletions

View File

@@ -10,6 +10,13 @@
-`language + sessionId` 维护长生命周期会话
- 会话空闲自动回收TTL
## 相关文档
- Spring Cloud Gateway 对接:`docs/spring-cloud-gateway-integration.md`
- Java + Nacos 对接:`docs/java-nacos-integration-guide.md`
- 前端对接:`docs/frontend-integration.md`
- 前端经 Gateway 对接AIOJ`../docs/lsp-golang-gateway-frontend-integration.md`
## 运行
```bash
@@ -119,6 +126,7 @@ NACOS_PORT=8080
- `GET /health`
- `GET /health/live`
- `GET /health/ready`(含当前会话统计)
- `GET /health/lsp-status`(按语言的 LSP 在线探测状态)
## HTTP 补全接口