Spring (1) 썸네일형 리스트형 Spring Data JPA - Impl 네이밍으로 인한 순환 의존 문제와 해결 1. 문제 상황최근 프로젝트에서 ZzalJpaRepository라는 JPA Repository 인터페이스와, 아래처럼 ZzalJpaRepositoryImpl이라는 클래스(사용자 정의 구현체)를 만들었더니, 애플리케이션 실행 시 순환 의존성(circular reference) 에러가 발생했습니다. 에러 로그:Action:Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automat.. 이전 1 다음