Skip to content

Commit

Permalink
[#46] chore : jpa 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
princenim committed Sep 2, 2024
1 parent 60f3aa7 commit e9d4b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ dependencies {
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.12.5'
// spring-boot-starter-cache
implementation 'org.springframework.boot:spring-boot-starter-cache'
//jpa
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
}

tasks.named('test') {
Expand Down

0 comments on commit e9d4b25

Please sign in to comment.