Skip to content

Commit

Permalink
[BE] build: Micrometer 의존성 추가 (#244)
Browse files Browse the repository at this point in the history
* build: 마이크로미터 의존성 추가

Co-authored-by: hyeonjilee <[email protected]>
Co-authored-by: nayonsoso <[email protected]>

* chore: 서브모듈 업데이트

Co-authored-by: hyeonjilee <[email protected]>
Co-authored-by: nayonsoso <[email protected]>

---------

Co-authored-by: hyeonjilee <[email protected]>
Co-authored-by: nayonsoso <[email protected]>
  • Loading branch information
3 people authored Aug 7, 2024
1 parent 28b22d9 commit 80d9431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'io.micrometer:micrometer-registry-prometheus'

runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.mysql:mysql-connector-j'
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/resources/secret

0 comments on commit 80d9431

Please sign in to comment.