Skip to content

Commit

Permalink
Merge pull request #146 from kakao-tech-campus-2nd-step3/feat/#108-bl…
Browse files Browse the repository at this point in the history
…ue-green

[chore] spring boot actuator 의존성 추가
  • Loading branch information
wndlthsk authored Nov 11, 2024
2 parents e05a69c + 2bda4bb commit d559e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {
testImplementation 'io.projectreactor:reactor-test'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
implementation 'org.springframework.boot:spring-boot-starter-actuator'

//Security
implementation 'org.springframework.boot:spring-boot-starter-security'
Expand Down

0 comments on commit d559e3e

Please sign in to comment.