From 647c8dd9f2602cf8a75366ca9ad526a9293ad35b Mon Sep 17 00:00:00 2001 From: chandresh pancholi Date: Mon, 25 Apr 2022 19:23:10 +0530 Subject: [PATCH] Litmus client library refactor. updating actuator server --- litmus-core/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litmus-core/src/main/resources/application.properties b/litmus-core/src/main/resources/application.properties index a5d2d0e..13edcfe 100644 --- a/litmus-core/src/main/resources/application.properties +++ b/litmus-core/src/main/resources/application.properties @@ -14,7 +14,7 @@ spring.jpa.hibernate.ddl-auto=none #spring.jpa.properties.hibernate.use_sql_comments=true #spring.jpa.properties.hibernate.format_sql=true -management.server.port=4000 +management.server.port=4001 management.endpoints.web.exposure.include=prometheus,health,info,metric,heapdump,threaddump server.tomcat.mbeanregistry.enabled=true spring.jmx.enabled=true