본문 바로가기

개발중/troubleshooting

org.springframework.beans.factory.BeanDefinitionStoreException: 에러 해결

728x90
반응형

 


org.springframework.beans.factory.BeanDefinitionStoreException:

Failed to parse configuration class  [ ~.~.~ ];

nested exception is  org.springframework.context.annotation.ConflictingBeanDefinitionException: 

 org.springframework.context.annotation.ConflictingBeanDefinitionException: 

Annotation-specified bean name 'actionLog.keywordStatus' for bean class [ ~.~.~ ]


 

 

nested exception

  • 코딩할 때는 아무문제 없더가 실행시킬 때 에러 발생

아래와 같은 경우에서 발생한다고 한다.

근데 내 경우는 아닌 것 같다.

 

경우 1

 

경우 2

 

경우 3


org.springframework.context.annotation.ConflictingBeanDefinitionException

내 경우는 여기서 해결을 해야 할 것 같다.

 

경우 1 해결

bean name 이 중복 될 때

 

SVN 에서 병합 시키면서 기존 것과 출돌이 되었다 இ௰இ

 


 

728x90
반응형