Skip to content

Commit

Permalink
➕ QueryDSL 관련 의존성 [#27]
Browse files Browse the repository at this point in the history
- 상품 조회 동적 Query 생성을 위해

Related to: #27
  • Loading branch information
jun108059 committed Jan 29, 2023
1 parent 427de2d commit b271c2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ dependencies {
implementation("io.jsonwebtoken:jjwt-impl:0.11.5")
implementation("io.jsonwebtoken:jjwt-jackson:0.11.5")

// querydsl 관련 의존성
implementation("com.querydsl:querydsl-jpa:5.0.0")
kapt("com.querydsl:querydsl-apt:5.0.0:jpa")

// mysql
runtimeOnly("mysql:mysql-connector-java:8.0.31")

Expand Down

0 comments on commit b271c2b

Please sign in to comment.