File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments