Skip to content

Commit

Permalink
#1 feat: Swagger API dependency 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JoongHyun-Kim committed Jan 16, 2024
1 parent d797bf6 commit a64d1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.mysql:mysql-connector-j'
annotationProcessor 'org.projectlombok:lombok'
Expand Down

0 comments on commit a64d1df

Please sign in to comment.