Changed port from 8080 to 8083

This commit is contained in:
Kaleaga 2023-04-12 21:36:51 +01:00
parent b50ea4e249
commit 11ca533c93

View file

@ -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