No bean named '***Service' is defined
이런 오류가 날 때 @Service("***Service")명이 잘못되지 않았나 체크해 볼 필요가 있습니다.
저의 경우에는 @Service("handSelectService")가 맞는데 @Service("handSelectServiceImpl")이라고 서비스명을 잘못 입력해서 오류가 발생했네요.
@Service("handSelectService") 라고 수정해주니 해결됬습니다.