From a37a221c466f27fec9642ad42268bd93c9783bad Mon Sep 17 00:00:00 2001 From: win777 Date: Fri, 17 Jul 2026 22:18:23 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=EC=BD=94=EB=94=A9=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=EB=A5=BC=20=ED=95=B4=EA=B2=B0=ED=95=99=EA=B3=A0=20UTF?= =?UTF-8?q?-8(=EC=9C=A0=EB=8B=88=EC=BD=94=EB=93=9C)=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: 한글로 직접 값 입력한 값이 인코딩 깨짐 해당 내용을 유니코드로 수정 / Charset은 UTF-8로 변환 --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 24e49c4..d14aef3 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ server.port=8080 -# Actuator 헬스 엔드포인트 설정 (Docker HEALTHCHECK / k8s probe 대응) +# Actuator \ud5ec\uc2a4 \uc5d4\ub4dc\ud3ec\uc778\ud2b8 \uc124\uc815 (Docker HEALTHCHECK / k8s probe \ub300\uc751) management.endpoints.web.exposure.include=health management.endpoint.health.show-details=never management.endpoint.health.probes.enabled=true