헤르메스 LIFE

[Exception] org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'webConfig' defined in file 본문

Exception

[Exception] org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'webConfig' defined in file

헤르메스의날개 2024. 10. 8. 19:27
728x90

잘 실행된던 Spring Boot 가 갑자기 Exception 을 토해냈습니다.

ChatGPT 에 물어봤더니..

1. MyBatis 설정 확인

2. SqlSessionFactory가 여러개인 경우

3. MyBatis 매퍼 인터페이스 및 XML 파일 확인

4. 의존성 주입 문제 확인

5. 데이터베이스 설정 확인

등의 설정문제를 예시로 드는데...


장시간에 걸쳐 문제를 확인하고 검토했지만, 문제가 없었습니다.

몇 시간을 확인한 결과.. 간단한 오류였습니다.

DTO Alias 중복이 문제 였습니다.

@Alias("Comm132DTO")

DTO 를 복사해서 붙여넣다 보니, 이러한 오류가 발생하네요. ㅠ.ㅠ

728x90