From 3ca21fdca93cad75da58cb04c13767e3e0169d5f Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 19 Jul 2023 08:23:22 +0100 Subject: [PATCH] wrong port again :/ --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b4a876e..1798604 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ #Spring Boot server configuration #Port 8000 is used by other things on my workstations server.address=0.0.0.0 -server.port=9020 +server.port=9090 #H2 console web access configuration #Open "http://0.0.0.0:8000/h2-console" and hit "Connect" button