Skip to content
Snippets Groups Projects
Commit bbd906e3 authored by Gwan Ju's avatar Gwan Ju
Browse files

feat: Add Swagger dependencies to build.gradle

parent a95a3a56
Branches
No related tags found
No related merge requests found
...@@ -28,6 +28,9 @@ dependencies { ...@@ -28,6 +28,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-web'
// swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
implementation 'org.hibernate.validator:hibernate-validator:7.0.1.Final'
//H2 DB 추가 //H2 DB 추가
runtimeOnly 'com.h2database:h2' runtimeOnly 'com.h2database:h2'
compileOnly 'org.projectlombok:lombok' compileOnly 'org.projectlombok:lombok'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment