Change port home work (#3)

* Changed port from 8080 to 8083

* Changed port from 8080 to 8083

---------

Co-authored-by: Kaleaga <hgfgf@hghghf.com>
This commit is contained in:
Kaleaga 2023-04-12 22:12:06 +01:00 committed by GitHub
parent b50ea4e249
commit ec323c254a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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