Backend/SPRING
문제없이 build 되던 Spring project가 갑자기 build 되지 않을 때
GreatSaiyaman
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를 추가하도록 할게요)
감사합니다.