Skip to content

Commit

Permalink
h2 DB 연동하기
Browse files Browse the repository at this point in the history
Related to: #37
  • Loading branch information
ahyoon99 committed Jul 17, 2024
1 parent 3ec658e commit 5557f46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ dependencies {

// https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-starter-webmvc-ui
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2' // swagger

// jdbc 라이브러리
implementation 'org.springframework.boot:spring-boot-starter-jdbc'

// h2 DB 라이브러리
runtimeOnly 'com.h2database:h2'
}

tasks.named('test') {
Expand Down

0 comments on commit 5557f46

Please sign in to comment.