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" //추가