Skip to content

Commit

Permalink
Setting: 프로메테우스 의존성 추가 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
lass9436 authored Aug 21, 2024
2 parents 9421a32 + e93ea39 commit cf536fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend-config
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'io.micrometer:micrometer-registry-prometheus'

// Redisson
implementation 'org.redisson:redisson-spring-boot-starter:3.17.6'
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/version: '3.8'
version: '3.8'
services:
mysql:
image: mysql:8.0.32
Expand Down

0 comments on commit cf536fa

Please sign in to comment.