Changed port from 8080 to 8081 in application.properties and exposed 8081 in Dockerfile for ref.

This commit is contained in:
K
2025-04-20 04:25:10 +05:30
parent c83898e34c
commit b41b1071e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ spring.jpa.properties.hibernate.format_sql=true
spring.jpa.open-in-view=false
logging.level.org.springframework.security.config.annotation.authentication.configuration.InitializeUserDetailsBeanManagerConfigurer=ERROR
server.port=8080
server.port=8081