From 2a106a49d91699d0699af1134c41a43b942b85e8 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 6 Jan 2026 09:38:31 +0100 Subject: chore: immediate server shutdown/restart in dev env (#234) --- src/main/resources/application-dev.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main/resources/application-dev.yml') diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index c334b05..6c1e51f 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -126,5 +126,4 @@ app: server: port: 8000 - - + shutdown: immediate \ No newline at end of file -- cgit v1.2.3