diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5d3eeed32..d1a8d5daf 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -23,3 +23,5 @@ logging.level.org.springframework=INFO # Maximum time static resources should be cached spring.web.resources.cache.cachecontrol.max-age=12h + +server.port=8081