From ec323c254aab5a05d344b2d21f428c6c4b48ea6c Mon Sep 17 00:00:00 2001 From: Kaleaga <117277357+Kaleaga@users.noreply.github.com> Date: Wed, 12 Apr 2023 22:12:06 +0100 Subject: [PATCH] Change port home work (#3) * Changed port from 8080 to 8083 * Changed port from 8080 to 8083 --------- Co-authored-by: Kaleaga --- 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..d62bcd4c0 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 - +server.port = 8083 # JPA spring.jpa.hibernate.ddl-auto=none spring.jpa.open-in-view=true