diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ce4b225..a883d7a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,3 +3,4 @@ spring.datasource.username=postgres spring.datasource.password=postgres spring.jpa.hibernate.ddl-auto=update #spring.jpa.show-sql=true +server.port=8081 \ No newline at end of file