[Spring] Querydsl Q 파일 생성 안됨 문제 해결
Error creating bean with name 'requestMappingHandlerAdapter' defined in class path resource 에러 해결 문제를 찾아보니 GuestboookReposiory.java package com.example.ex3.repository; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.querydsl.QuerydslPredicateExecutor; import com.example.ex3.entity.Guestbook; public interface GuestbookRepository extends JpaRepository ..