일단 개발환경은 자바8, 인텔리제이 2021.2.3, Spring Boot 2.5.6, JPA 등등임

대충 도메인 이름을 test라고 치면


TestRepository 에서 JpaRepository를 extend하고 TestRepository를 implements한 TestRepositoryImpl에서 구현을 하는 상황임


근데 
TestRepositoryImpl에서 Class 'TestRepositoryImpl' must either be declared abstract or implement abstract method 'findAll()' in 'JpaRepository' 이라면서 JPA의 모든 메서드를 구현하랍시고 에러를 뱉음


웃기는게 다른 도메인에서 똑같이 구현한 건 에러 안 뱉는데 이 도메인에서만 지랄발광버그가 터짐


이거 왜 이러는지 감 잡히는 고수 있나요