Skip to content

Commit

Permalink
Merge pull request #48 from JavatoDev-com/35-setup-actuator-info-endp…
Browse files Browse the repository at this point in the history
…oints

actuator info with github commit props added
  • Loading branch information
chinthaka-dinadasa authored May 15, 2024
2 parents 3415365 + 193b13d commit 7bc87ee
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core-banking-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.4'
id "com.gorylenko.gradle-git-properties" version "2.4.2"
}

gitProperties {
dateFormat = "yyyy-MM-dd'T'HH:mmZ"
dateFormatTimeZone = "IST"
}

group = 'com.javatodev.finance'
Expand Down
6 changes: 6 additions & 0 deletions internet-banking-api-gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.4'
id "com.gorylenko.gradle-git-properties" version "2.4.2"
}

gitProperties {
dateFormat = "yyyy-MM-dd'T'HH:mmZ"
dateFormatTimeZone = "IST"
}

group = 'com.javatodev.finance'
Expand Down
6 changes: 6 additions & 0 deletions internet-banking-config-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.4'
id "com.gorylenko.gradle-git-properties" version "2.4.2"
}

gitProperties {
dateFormat = "yyyy-MM-dd'T'HH:mmZ"
dateFormatTimeZone = "IST"
}

group = 'com.javatodev.finance'
Expand Down
6 changes: 6 additions & 0 deletions internet-banking-fund-transfer-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.4'
id "com.gorylenko.gradle-git-properties" version "2.4.2"
}

gitProperties {
dateFormat = "yyyy-MM-dd'T'HH:mmZ"
dateFormatTimeZone = "IST"
}

group = 'com.javatodev.finance'
Expand Down
6 changes: 6 additions & 0 deletions internet-banking-user-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.4'
id "com.gorylenko.gradle-git-properties" version "2.4.2"
}

gitProperties {
dateFormat = "yyyy-MM-dd'T'HH:mmZ"
dateFormatTimeZone = "IST"
}

group = 'com.javatodev.finance'
Expand Down
6 changes: 6 additions & 0 deletions internet-banking-utility-payment-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.4'
id "com.gorylenko.gradle-git-properties" version "2.4.2"
}

gitProperties {
dateFormat = "yyyy-MM-dd'T'HH:mmZ"
dateFormatTimeZone = "IST"
}

group = 'com.javatodev.finance'
Expand Down

0 comments on commit 7bc87ee

Please sign in to comment.