[Error] - 빈생성 중복 문제
[문제 상황] Description: The bean 'scopedTarget.listItemReader', defined in class path resource [com/yaloostore/batch/member/step/ModifyInactiveMemberStep.class], could not be registered. A bean with that name has already been defined in class path resource [com/yaloostore/batch/member/step/BirthDayCouponStep.class] and overriding is disabled. 해당 이름으로 등록된 빈이 이미 있으니까 다른 이름을 써라 ~ 하는 의미이지만 yml, propert..