Computer_IT/오류메세지
ConflictingBeanDefinitionException
고급코드
2017. 7. 21. 04:23
반응형
Caused by: org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'blablabla' for bean class [com.helloworld] conflicts with existing, non-compatible bean definition of same name and class [com.helloworld]
원인
output(compile)된 class 찌꺼기에서 anotation 중복이 발생
해결 방법
compile된 class 경로 가서 과거 생성된 파일들을 지워 준다.
반응형