*************************** 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
이런 오류가 뜨는데요! 뭔가 중복해서 돌아가고 있는 것 같습니다 ㅠㅠㅠ 어떤 것일까요??