From 5408213ab2459b4cb992f1463c65844cda0346ca Mon Sep 17 00:00:00 2001 From: Rebwon Date: Thu, 21 Oct 2021 16:44:46 +0900 Subject: [PATCH] Add mail health check false --- src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4aea0ff..850d1a0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -13,3 +13,6 @@ management: endpoint: health: show-details: always + health: + mail: + enabled: false