Skip to content

Commit

Permalink
Merge pull request #21 from kakao-tech-campus-2nd-step3/develop
Browse files Browse the repository at this point in the history
스웨거 의존성 추가
  • Loading branch information
donghyuun authored Sep 21, 2024
2 parents 097760f + 9a43736 commit 46c347a
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 @@ -32,6 +32,9 @@ dependencies {
runtimeOnly 'com.h2database:h2'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

// Spring docs
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
}

tasks.named('test') {
Expand Down

0 comments on commit 46c347a

Please sign in to comment.