From 7920378e100c84154a14960ed1ff5c9607ec8f98 Mon Sep 17 00:00:00 2001 From: slimsha2dy Date: Tue, 3 Dec 2024 17:25:35 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20graceful=20shutdown=20=EC=98=B5?= =?UTF-8?q?=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index bc235080..148c0289 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -45,6 +45,7 @@ server: max: 20 max-connections: 100 accept-count: 50 + shutdown: graceful --- # local profile spring: