Skip to content

Commit

Permalink
chore(build.gradle) : Actuator 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoonworld committed Jan 26, 2025
1 parent 96688ee commit ab1f07b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

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

tasks.named('test') {
Expand Down

0 comments on commit ab1f07b

Please sign in to comment.