From ad761bf1ca84abbcc098d0b10b80c6b445ad8b79 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Tue, 15 Oct 2024 15:19:55 +0200 Subject: [PATCH] add fail-fast Signed-off-by: Peter Siegmund --- src/main/resources/bootstrap.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index b85f711..d31e1d2 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -13,3 +13,4 @@ spring: discovery: enabled: true serviceId: config-service + fail-fast: true