Skip to content

Commit

Permalink
Merge pull request #90 from lmw7414/feature/#85-swagger-ui
Browse files Browse the repository at this point in the history
[고도화] Swagger UI 로 API 문서화하기
  • Loading branch information
lmw7414 authored Jan 24, 2023
2 parents d4086b2 + fa99df2 commit 518a1cd
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 @@ -19,6 +19,8 @@ repositories {
}

dependencies {
implementation 'org.springdoc:springdoc-openapi-ui:1.6.12'
implementation 'org.springdoc:springdoc-openapi-data-rest:1.6.12'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
Expand All @@ -35,6 +37,7 @@ dependencies {
developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.projectlombok:lombok'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
annotationProcessor 'com.github.therapi:therapi-runtime-javadoc-scribe:0.15.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'

Expand Down

0 comments on commit 518a1cd

Please sign in to comment.