exception

Error Description: Parameter 1 of constructor in com.projectname.api.loan.request.LoanRequestServiceImpl required a bean of type 'com.projectname.domain.repository.UserInfoRepository' that could not be found. Action: Consider defining a bean of type 'com.projectname.domain.repository.UserInfoRepository' in your configuration. Error 원인 Error 내용을 확인해보면 말 그대로 스프링이 bean인식을 못하고 있기 때문에 생기는 에러이다. 에러가 발..
Error 단위 테스트 코드 작성 중 아래와 같은 오류가 떴다. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jpaAuditingHandler': Cannot resolve reference to bean 'jpaMappingContext' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jpaMappingContext': Invocation of init method..
je-pa
'exception' 태그의 글 목록