Skip to content

Commit 79859c1

Browse files
committed
feat: querydsl 의존성 추가
1 parent abeb42c commit 79859c1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,17 @@ dependencies {
3737
implementation 'com.rometools:rome:2.1.0'
3838
implementation 'org.springframework.boot:spring-boot-starter-security'
3939
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
40+
implementation 'io.github.openfeign.querydsl:querydsl-jpa:6.11'
41+
implementation 'io.github.openfeign.querydsl:querydsl-apt:6.11'
42+
4043
testImplementation 'org.springframework.security:spring-security-test'
44+
testImplementation 'org.springframework.boot:spring-boot-starter-test'
45+
4146
compileOnly 'org.projectlombok:lombok'
4247
developmentOnly 'org.springframework.boot:spring-boot-devtools'
48+
4349
annotationProcessor 'org.projectlombok:lombok'
44-
testImplementation 'org.springframework.boot:spring-boot-starter-test'
50+
4551
runtimeOnly 'com.mysql:mysql-connector-j'
4652
runtimeOnly 'com.h2database:h2'
4753
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)