Skip to content

Commit

Permalink
Merge pull request #25 from CSID-DGU/feat/#11-cicd
Browse files Browse the repository at this point in the history
#11 [CHORE] : Spring actuator 활성화를 위한 starter 의존성  추가
  • Loading branch information
bbabbi authored Oct 17, 2024
2 parents 169e14b + 2d9da57 commit a6c82db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ dependencies {
//Multipart file
implementation("software.amazon.awssdk:bom:2.21.0")
implementation("software.amazon.awssdk:s3:2.21.0")
//actuator
implementation 'org.springframework.boot:spring-boot-starter-actuator'
}

tasks.named('test') {
Expand Down

0 comments on commit a6c82db

Please sign in to comment.