Skip to content

Commit 208a894

Browse files
committed
[chore] monitoring apply
1 parent 98877ff commit 208a894

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ dependencies {
7171
//MapStruct
7272
implementation 'org.mapstruct:mapstruct:1.5.3.Final'
7373
annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.3.Final'
74+
75+
//Monitoring
76+
implementation("org.springframework.boot:spring-boot-starter-actuator")
77+
implementation("io.micrometer:micrometer-registry-prometheus")
7478
}
7579

7680
tasks.named('test') {

0 commit comments

Comments
 (0)