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

@@ -31,6 +31,9 @@ services:
- AXHUB_SOURCE_DIR=/src
- JAVA_TOOL_OPTIONS=-Xms64m -Xmx384m
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
- MCP_GATEWAY_FALLBACK_DEFAULT_URL=http://tool-oth:8084
- MCP_GATEWAY_FALLBACK_ROUTES_SMS=http://tool-sms:8082
- MCP_GATEWAY_FALLBACK_ROUTES_HR=http://tool-oth:8084
mci-mock:
image: wiremock/wiremock:latest