From cc1b58e508687f987f69bd980edd4607a691f145 Mon Sep 17 00:00:00 2001 From: HyeonBin2379 Date: Wed, 13 May 2026 14:28:46 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore=20:=20=EA=B2=8C=EC=9D=B4=ED=8A=B8?= =?UTF-8?q?=EC=9B=A8=EC=9D=B4=20application.yaml=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - config server 연동 방식 수정 --- src/main/resources/application.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index e99918b..4461fb8 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -3,7 +3,7 @@ spring: name: gateway-server config: import: - - "optional:configserver:http://34.50.50.170:13100" + - "optional:configserver" - "optional:file:.env[.properties]" cloud: config: @@ -12,6 +12,7 @@ spring: override-system-properties: false discovery: service-id: config-server + enabled: true eureka: instance: @@ -23,11 +24,5 @@ eureka: service-url: defaultZone: ${EUREKA_SERVER_URL:http://localhost:8761/eureka/} -management: - endpoints: - web: - exposure: - include: health, info - server: port: 8090 \ No newline at end of file From 0f228e106cdbe52257b9ffe5258a9277cd30df41 Mon Sep 17 00:00:00 2001 From: HyeonBin2379 Date: Wed, 13 May 2026 15:01:06 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore=20:=20=EA=B2=8C=EC=9D=B4=ED=8A=B8?= =?UTF-8?q?=EC=9B=A8=EC=9D=B4=20application.yaml=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - config server 설정 관련 오탈자 수정 --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 4461fb8..44f4286 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -3,7 +3,7 @@ spring: name: gateway-server config: import: - - "optional:configserver" + - "optional:configserver:" - "optional:file:.env[.properties]" cloud: config: