Skip to content

Commit

Permalink
Merge pull request #91 from hajungIm/feature/#86-swagger-ui
Browse files Browse the repository at this point in the history
[고도화] Swagger UI로 API 문서화하기
  • Loading branch information
hajungIm authored Jul 15, 2023
2 parents 989a582 + d2327d3 commit 083e526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ repositories {
}

dependencies {
implementation 'org.springdoc:springdoc-openapi-ui:1.6.12'
implementation 'org.springdoc:springdoc-openapi-data-rest:1.6.12'
implementation 'org.springdoc:springdoc-openapi-javadoc: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 +38,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 083e526

Please sign in to comment.