From bd64199d877880f82a4b655a3d3ffc9bc2c91e42 Mon Sep 17 00:00:00 2001 From: dhruvsonagara Date: Wed, 27 Dec 2023 20:43:07 +0530 Subject: [PATCH 1/3] updated the port for actuator --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f48eb0b..fd6f5f5 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,6 @@ plugins { id 'java' id 'maven-publish' id 'eclipse' - id 'org.springframework.boot' version '2.6.2' } @@ -33,6 +32,7 @@ dependencies { implementation 'com.telerivet:TelerivetAPIClient:1.7.0' implementation 'org.mifos:ph-ee-connector-common:1.0.0-SNAPSHOT' implementation 'org.apache.camel.springboot:camel-spring-boot-starter:3.12.0' + implementation 'org.springframework.boot:spring-boot-starter:2.5.5' implementation("org.springframework.boot:spring-boot-starter-web:2.5.5") implementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion" implementation 'org.apache.camel:camel-endpointdsl:3.12.0' From 69642817d8bb9aed30ab20c566311cbef0a13e02 Mon Sep 17 00:00:00 2001 From: dhruvsonagara Date: Wed, 27 Dec 2023 20:45:42 +0530 Subject: [PATCH 2/3] Updated the port for the liveness and readiness --- src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6dc8630..1e98b16 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -65,6 +65,8 @@ notifications: enabled: false management: + server: + port: 5000 endpoint: health: probes: From fae9bdba2d9ff3bdbf6fd7a5b20dab397004e617 Mon Sep 17 00:00:00 2001 From: dhruvsonagara Date: Sun, 31 Dec 2023 16:10:53 +0530 Subject: [PATCH 3/3] Removed the port from actuator config --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1e98b16..d540d16 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -65,8 +65,8 @@ notifications: enabled: false management: - server: - port: 5000 +# server: +# port: 5000 endpoint: health: probes: