We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98877ff commit 208a894Copy full SHA for 208a894
build.gradle
@@ -71,6 +71,10 @@ dependencies {
71
//MapStruct
72
implementation 'org.mapstruct:mapstruct:1.5.3.Final'
73
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")
78
}
79
80
tasks.named('test') {
0 commit comments