From bb6cbab912fc7cb318b522baa7f3b9ff43effb3f Mon Sep 17 00:00:00 2001 From: jade Date: Mon, 7 Sep 2026 10:26:27 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=8C=EC=8A=A4=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-local.yml | 32 ------------------- .../src/main/resources/application-local.yml | 15 --------- .../src/main/resources/application-local.yml | 20 +++++++----- 3 files changed, 12 insertions(+), 55 deletions(-) diff --git a/dat-was-pro/src/main/resources/application-local.yml b/dat-was-pro/src/main/resources/application-local.yml index c06a60353..6f71fa089 100644 --- a/dat-was-pro/src/main/resources/application-local.yml +++ b/dat-was-pro/src/main/resources/application-local.yml @@ -6,39 +6,7 @@ spring: import: - classpath:glow/application-glow.yml - classpath:glow/application-glow-local.yml - datasource: - url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1; - username: sa - password: password - h2: - console: - enabled: true - -eims: - http: - url: http://localhost:${server.port}/api/gateway - tcp: - host: 127.0.0.1 - port: 8090 - timeout: 5000 - jsp: - form: - url: http://localhost:${server.port}/mock/jsp-form - json: - url: http://localhost:${server.port}/mock/jsp-json - mci: - url: http://localhost:${server.port}/api/mock/esb/api - mcistring: - url: http://localhost:${server.port}/api/mock/esb/string - -mcp: - security: - tenant-domains: - mcp-client-1: CUSTOMER,COMMON - mcp-client-2: ALL axhub: - gateway: - url: http://localhost:8081 tool: url: ${AXHUB_TOOL_URL:http://localhost:${server.port}} diff --git a/dat-was-sal/src/main/resources/application-local.yml b/dat-was-sal/src/main/resources/application-local.yml index 7cb958feb..6f71fa089 100644 --- a/dat-was-sal/src/main/resources/application-local.yml +++ b/dat-was-sal/src/main/resources/application-local.yml @@ -6,22 +6,7 @@ spring: import: - classpath:glow/application-glow.yml - classpath:glow/application-glow-local.yml - datasource: - url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1; - username: sa - password: password - h2: - console: - enabled: true - -mcp: - security: - tenant-domains: - mcp-client-1: CUSTOMER,COMMON - mcp-client-2: ALL axhub: - gateway: - url: http://localhost:8081 tool: url: ${AXHUB_TOOL_URL:http://localhost:${server.port}} diff --git a/dat-was-sys/src/main/resources/application-local.yml b/dat-was-sys/src/main/resources/application-local.yml index 86513028d..6f71fa089 100644 --- a/dat-was-sys/src/main/resources/application-local.yml +++ b/dat-was-sys/src/main/resources/application-local.yml @@ -1,8 +1,12 @@ -# Local 환경 전용 설정 (H2 메모리 DB 등) -spring: - config: - activate: - on-profile: local - import: - - classpath:glow/application-glow.yml - - classpath:glow/application-glow-local.yml \ No newline at end of file +# Local 환경 전용 설정 (H2 메모리 DB 등) +spring: + config: + activate: + on-profile: local + import: + - classpath:glow/application-glow.yml + - classpath:glow/application-glow-local.yml + +axhub: + tool: + url: ${AXHUB_TOOL_URL:http://localhost:${server.port}}