From 1e69e4c67c99ead47caea10a7a7201d43456e26d Mon Sep 17 00:00:00 2001 From: xudawei Date: Wed, 18 Sep 2024 20:00:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=8Ashutdown:=20graceful?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oss-client/src/main/resources/bootstrap.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oss-client/src/main/resources/bootstrap.yml b/oss-client/src/main/resources/bootstrap.yml index 1ece507..5def462 100644 --- a/oss-client/src/main/resources/bootstrap.yml +++ b/oss-client/src/main/resources/bootstrap.yml @@ -15,4 +15,6 @@ spring: logging: level: - com.alibaba.nacos.client.config.impl: WARN \ No newline at end of file + com.alibaba.nacos.client.config.impl: WARN +server: + shutdown: graceful \ No newline at end of file