From c0e305dd603cbfd365a43fa16d176017e8110c7c Mon Sep 17 00:00:00 2001 From: mamathaRamaprasad Date: Tue, 29 Oct 2024 18:53:18 +0530 Subject: [PATCH] Added custom port number --- 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 6ed985654..6e6ef6fe4 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 + +#Port configuration +server.port=8081