From c26965df6f217d1725e82cab7b2bd031dac18d6d Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Wed, 18 Sep 2024 09:30:29 +0200 Subject: [PATCH] add dev server port Signed-off-by: Peter Siegmund --- src/main/resources/application-dev.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application-dev.yaml b/src/main/resources/application-dev.yaml index e69de29..2545e37 100644 --- a/src/main/resources/application-dev.yaml +++ b/src/main/resources/application-dev.yaml @@ -0,0 +1,2 @@ +server: + port: 8096