Skip to content

Commit

Permalink
feat :: (#23) 스웨거 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
geunoo committed Dec 13, 2023
1 parent 298aaea commit e8ea6a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions JuGanBbojjak-infrastructure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ dependencies {
kapt("jakarta.persistence:jakarta.persistence-api")

runtimeOnly("com.mysql:mysql-connector-j")

// swagger
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0")
}

allOpen {
Expand Down

0 comments on commit e8ea6a8

Please sign in to comment.