Skip to content

Commit

Permalink
#1 jpa 모듈 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
Qbeom0925 committed Aug 18, 2024
1 parent ea32a17 commit e33cc32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jpa/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
plugins {
idea
}


dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
//mysql
implementation("mysql:mysql-connector-java:8.0.33")
}

0 comments on commit e33cc32

Please sign in to comment.