From 42085b64392b1f7adb471bc75388d02f6d6701ae Mon Sep 17 00:00:00 2001 From: floxx2112 Date: Mon, 13 Mar 2023 10:32:36 +0100 Subject: [PATCH] change server port --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a95127f..d7e330d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,6 +3,7 @@ spring.application.name=AssistDBBackend spring.datasource.url= spring.datasource.username= spring.datasource.password= +server.port=9001 logging.level.org.springframework.boot.web.embedded.tomcat=INFO logging.level.org.springframework=error