服务调用

This commit is contained in:
2025-12-19 15:52:48 +08:00
parent 5f2301e16c
commit 428b8ce28e
30 changed files with 380 additions and 59 deletions

View File

@@ -108,11 +108,11 @@ spring:
filters:
- StripPrefix=1
# ==================== AI Agent 服务路由 ====================
- id: agent-service
uri: lb://agent-service
# ==================== AI 服务路由 ====================
- id: ai-service
uri: lb://ai-service
predicates:
- Path=/urban-lifeline/agent/**
- Path=/urban-lifeline/ai/**
filters:
- StripPrefix=1