From 11ca533c93af269b606f4e3c5f4c9fab832b96d8 Mon Sep 17 00:00:00 2001 From: Kaleaga Date: Wed, 12 Apr 2023 21:36:51 +0100 Subject: [PATCH] Changed port from 8080 to 8083 --- 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 5d3eeed32..527343fb5 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,7 +5,7 @@ spring.sql.init.data-locations=classpath*:db/${database}/data.sql # Web spring.thymeleaf.mode=HTML - +spring.server.port = 8083 # JPA spring.jpa.hibernate.ddl-auto=none spring.jpa.open-in-view=true