Skip to content

Commit

Permalink
Merge pull request #5 from U2DJ2/backend-main
Browse files Browse the repository at this point in the history
[BE] feat : build.gradle 모니터링 의존성 추가
  • Loading branch information
jerry3269 authored Mar 13, 2024
2 parents 95fe126 + 78bbc57 commit ea2c850
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ out/
/.nb-gradle/

### VS Code ###
.vscode/
.vscode/
6 changes: 6 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ dependencies {

// SwaggerUI
swaggerUI 'org.webjars:swagger-ui:4.11.1'

// Actuator
implementation 'org.springframework.boot:spring-boot-starter-actuator'

// prometheus
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
}

tasks.named('test') {
Expand Down

0 comments on commit ea2c850

Please sign in to comment.