From fffe1bbb7a3e698001dd6026f508c78b694bfe71 Mon Sep 17 00:00:00 2001 From: boat cow Date: Sat, 8 Apr 2023 18:34:20 -0400 Subject: [PATCH] Update application.properties --- src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5d3eeed32..0d4ccbeb1 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.web.resources.cache.cachecontrol.max-age=12h + +#set port +server.port=8081