We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d23925 commit 1f5e4f0Copy full SHA for 1f5e4f0
build.gradle
@@ -55,6 +55,11 @@ dependencies {
55
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
56
implementation 'org.springframework.boot:spring-boot-starter-security'
57
implementation 'org.springframework.boot:spring-boot-starter-web'
58
+ implementation 'org.springframework.boot:spring-boot-starter-actuator'
59
+
60
+ //prometheus
61
+ implementation 'io.micrometer:micrometer-registry-prometheus'
62
63
64
//@Valid 등의 유효성 검사에 사용
65
implementation 'org.springframework.boot:spring-boot-starter-validation'
0 commit comments