Skip to content

Commit

Permalink
[feat] swagger dependency added
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyuun committed Sep 21, 2024
1 parent 9b3ec8f commit 868efe0
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 868efe0

Please sign in to comment.