diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index fb07c6c50..daaf9418c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ database=hsqldb spring.datasource.schema=classpath*:db/${database}/schema.sql spring.datasource.data=classpath*:db/${database}/data.sql - +server.port=9020 # Web spring.thymeleaf.mode=HTML