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