Skip to content

Commit

Permalink
Merge pull request #7 from ki-met-hoon/feature/#5-swagger
Browse files Browse the repository at this point in the history
Swagger UI 의존성 추가
  • Loading branch information
ki-met-hoon authored Feb 16, 2024
2 parents bcd17bf + 4336bbe commit e7dbff6
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 @@ -25,6 +25,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'com.h2database:h2'
Expand Down

0 comments on commit e7dbff6

Please sign in to comment.