fix: resolve bean injection error and gateway routing configs
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled

This commit is contained in:
jade
2026-07-26 15:34:43 +09:00
parent ad950071b2
commit bea517c4c1
5 changed files with 16 additions and 13 deletions

View File

@@ -34,10 +34,12 @@ mcp:
gateway:
url: http://localhost:${server.port}/mcp/api/v1
fallback:
default-url: http://tool-oth:8084
default-url: http://localhost:8084
routes:
sms: http://tool-sms:8082
hr: http://tool-oth:8084
sms: http://localhost:8082
email: http://localhost:8083
payment: http://localhost:8085
hr: http://localhost:8084
tool:
host: localhost