fix: resolve MCI sample tool execution errors and improve parameter definitions in UI

This commit is contained in:
jade
2026-07-21 10:29:30 +09:00
parent e02a4e24e8
commit 821b249d50
12 changed files with 234 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ eims.mcistring.url=http://localhost:${server.port}/api/mock/esb/string
# Gateway/Tool URLs
axhub.gateway.url=http://localhost:8081
axhub.tool.url=http://localhost:${server.port}
axhub.tool.url=${AXHUB_TOOL_URL:http://localhost:${server.port}}
# Disable Kafka
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration