None of the following functions can be called with the arguments supplied.
<init>(Supplier<EntityManager!>!) defined in com.querydsl.jpa.impl.JPAQueryFactory
<init>(EntityManager!) defined in com.querydsl.jpa.impl.JPAQueryFactory

 

위와 같은 오류가 발생할 때가 있다.

 

해결 방법

implementation("com.querydsl:querydsl-jpa:5.0.0") //제거
implementation("com.querydsl:querydsl-jpa:5.0.0:jakarta" //추가

 

  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기