Skip to content

Commit

Permalink
merge :: (#23) swagger 세팅
Browse files Browse the repository at this point in the history
merge :: (#23) swagger 세팅
  • Loading branch information
geunoo authored Dec 13, 2023
2 parents cef4981 + 96ab20d commit 8b17680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ spring:
show_sql: ${SHOW_SQL:true}
jdbc:
batch_size: 200
jackson:
property-naming-strategy: SNAKE_CASE

jwt:
secret: ${JWT_SECRET:asdf}
Expand Down

0 comments on commit 8b17680

Please sign in to comment.