Skip to content

Commit 1f5e4f0

Browse files
committed
Chore gnims-project#309 actuator, prometheus 의존성 추가
1 parent 7d23925 commit 1f5e4f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ dependencies {
5555
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
5656
implementation 'org.springframework.boot:spring-boot-starter-security'
5757
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+
5863

5964
//@Valid 등의 유효성 검사에 사용
6065
implementation 'org.springframework.boot:spring-boot-starter-validation'

0 commit comments

Comments
 (0)