From ec2efe19fdd7b4910b9eb3e162690ec1f2cdce77 Mon Sep 17 00:00:00 2001
From: Abdellatif Kebraoui <Kebraoui.abdellatif@gmail.com>
Date: Mon, 24 Mar 2025 22:09:36 +0100
Subject: [PATCH] [FEAT] set application name for user management service

---
 src/main/resources/application.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 1d3b585..b66d01c 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -14,3 +14,4 @@ logging.level.web=TRACE
 logging.level.org.hibernate.SQL=DEBUG
 
 
+spring.application.name=USER-MANAGEMENT-SERVICE
\ No newline at end of file
-- 
GitLab