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