Skip to content

Commit

Permalink
build: DB 관련 기본 Dependency 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghee0820 committed Sep 19, 2024
1 parent 91240e6 commit 2025653
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ repositories {

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'


testImplementation 'org.springframework.boot:spring-boot-starter-test'
runtimeOnly 'com.mysql:mysql-connector-j'
runtimeOnly 'com.h2database:h2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

Expand Down

0 comments on commit 2025653

Please sign in to comment.