Skip to content

Commit

Permalink
Merge pull request #77 from ClothingStoreService/refactor/reset-Query…
Browse files Browse the repository at this point in the history
…DSL-Path

fix: reset QueryDSL Path
  • Loading branch information
Ogu1208 authored Jul 2, 2024
2 parents a1cb42f + e72522c commit ebb2368
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ dependencies {

annotationProcessor "jakarta.annotation:jakarta.annotation-api"
annotationProcessor "jakarta.persistence:jakarta.persistence-api"
sourceSets {
main {
java {
srcDirs = ["$projectDir/src/main/java", "$projectDir/build/generated"]
}
}
}

// P6Spy 의존성 추가(쿼리문 로그 파라미터 ? 값 바인드 역할로 보안에 취약해서 test-yml 에서만 사용할것)
implementation 'p6spy:p6spy:3.9.1'
Expand Down

0 comments on commit ebb2368

Please sign in to comment.