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