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