From 4b3faa64e68bbbe645f9335a2c2d616d64341a44 Mon Sep 17 00:00:00 2001 From: shin-mallang Date: Sat, 13 Jan 2024 11:35:16 +0900 Subject: [PATCH] =?UTF-8?q?[#207]=20feat:=20graceful=20shutdown=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ebfc176..0a18717 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,4 +1,7 @@ spring: + lifecycle: + timeout-per-shutdown-phase: 30s # default + jpa: hibernate: ddl-auto: create @@ -28,6 +31,7 @@ server: max-age: 864000 # 10일 = 10 * 24 * 60 * 60 초 http-only: true secure: false + shutdown: graceful #logging: # level: