-
문제없이 build 되던 Spring project가 갑자기 build 되지 않을 때Backend/SPRING 2022. 5. 31. 18:20
ERROR Root contains invalid attributes "priority", "value" annotation.ClassPathScanningCandidateComponentProvider : Ignored because not a concrete top-level class
라는 글자가 나오면서 잘 동작하던 Spring 프로젝트가 build 되지 않을 때가 있습니다.
그러한 경우에는, module로 지정해 놓으신 하나하나의 모듈들을 전부 clean 해주신 후, dependency를 바로 install 하지 마시고 project rebuild 후 intelliJ를 재시작하시면 문제없이 재시작됩니다.
(이 포스팅은 너무 짧으니까 추후에 계속 작성하면서 case를 추가하도록 할게요)
감사합니다.
'Backend > SPRING' 카테고리의 다른 글
Lombok의 @Builder 기능을 상속받은 class에서도 사용하는 방법 (0) 2022.05.31 Can't find catalina.jar / 카탈리나 jar파일을 찾을 수 없습니다 (0) 2022.05.31 Mapped Statements collection does not contain value for... (0) 2022.05.31 How can I remove space in character in JAVA when developer can't use... / Java 공백제거가 trim()으로 되지 않을때 (0) 2022.05.31 Java.io.FileNotFoundException:... War 파일 경로.. (지정된 파일을 찾을 수 없습니다) 오류 (0) 2022.05.31