Skip to content

Commit

Permalink
Feat: acturator 종속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mjttong committed Aug 22, 2024
1 parent d6209f7 commit eef6274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ dependencies {
annotationProcessor "com.querydsl:querydsl-apt:5.0.0:jakarta"
annotationProcessor "jakarta.annotation:jakarta.annotation-api"
annotationProcessor "jakarta.persistence:jakarta.persistence-api"

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

tasks.named('test') {
Expand Down

0 comments on commit eef6274

Please sign in to comment.