Skip to content

Commit 39ee1ce

Browse files
actuator info with github commit props added
1 parent 3415365 commit 39ee1ce

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

internet-banking-api-gateway/build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.2.4'
44
id 'io.spring.dependency-management' version '1.1.4'
5+
id "com.gorylenko.gradle-git-properties" version "2.4.2"
6+
}
7+
8+
gitProperties {
9+
dateFormat = "yyyy-MM-dd'T'HH:mmZ"
10+
dateFormatTimeZone = "IST"
511
}
612

713
group = 'com.javatodev.finance'

internet-banking-config-server/build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.2.4'
44
id 'io.spring.dependency-management' version '1.1.4'
5+
id "com.gorylenko.gradle-git-properties" version "2.4.2"
6+
}
7+
8+
gitProperties {
9+
dateFormat = "yyyy-MM-dd'T'HH:mmZ"
10+
dateFormatTimeZone = "IST"
511
}
612

713
group = 'com.javatodev.finance'

internet-banking-fund-transfer-service/build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.2.4'
44
id 'io.spring.dependency-management' version '1.1.4'
5+
id "com.gorylenko.gradle-git-properties" version "2.4.2"
6+
}
7+
8+
gitProperties {
9+
dateFormat = "yyyy-MM-dd'T'HH:mmZ"
10+
dateFormatTimeZone = "IST"
511
}
612

713
group = 'com.javatodev.finance'

internet-banking-user-service/build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.2.4'
44
id 'io.spring.dependency-management' version '1.1.4'
5+
id "com.gorylenko.gradle-git-properties" version "2.4.2"
6+
}
7+
8+
gitProperties {
9+
dateFormat = "yyyy-MM-dd'T'HH:mmZ"
10+
dateFormatTimeZone = "IST"
511
}
612

713
group = 'com.javatodev.finance'

internet-banking-utility-payment-service/build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.2.4'
44
id 'io.spring.dependency-management' version '1.1.4'
5+
id "com.gorylenko.gradle-git-properties" version "2.4.2"
6+
}
7+
8+
gitProperties {
9+
dateFormat = "yyyy-MM-dd'T'HH:mmZ"
10+
dateFormatTimeZone = "IST"
511
}
612

713
group = 'com.javatodev.finance'

0 commit comments

Comments
 (0)