인프런 커뮤니티 질문&답변

공은영님의 프로필 이미지
공은영

작성한 질문수

스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술

순수 JDBC

bean에서 오류가 납니다

작성

·

4.7K

0

*************************** APPLICATION FAILED TO START *************************** Description: The bean 'memberService', defined in class path resource [hello/hellospring/SpringConfig.class], could not be registered. A bean with that name has already been defined in file [C:\intelliJ\hello-spring\hello-spring\out\production\classes\hello\hellospring\service\MemberService.class] and overriding is disabled. Action: Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true Process finished with exit code 1

 

이런 오류가 뜨는데요! 뭔가 중복해서 돌아가고 있는 것 같습니다 ㅠㅠㅠ 어떤 것일까요?? 

답변 1

3

안녕하세요. 공은영님, 공식 서포터즈 OMG입니다.

해당 문제는 MemberService 빈 등록을 중복하여 발생하는 문제로 @Service어노테이션을 삭제(주석)처리하거나 SpringConfig.class에서 MemberService등록(@Bean)을 제거 하시면 됩니다

감사합니다.

공은영님의 프로필 이미지
공은영

작성한 질문수

질문하기