From f3dbe8c10ba19bc612d4d79a62eab0530f2fd0bb Mon Sep 17 00:00:00 2001 From: Zohar Date: Sun, 7 Apr 2024 23:03:16 -0400 Subject: [PATCH] change port --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) 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