250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SpringBoot
- Source
- Core Java
- Exception
- MySQL
- 문서
- 설정
- 오픈소스
- Tomcat
- error
- Thymeleaf
- git
- Spring Boot
- AJAX
- JavaScript
- PostgreSQL
- JDBC
- MSSQL
- IntelliJ
- Eclipse
- ubuntu
- maven
- jpa
- myBatis
- oracle
- spring
- Docker
- Open Source
- Python
- STS
Archives
- Today
- Total
헤르메스 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:27728x90
잘 실행된던 Spring Boot 가 갑자기 Exception 을 토해냈습니다.
ChatGPT 에 물어봤더니..
1. MyBatis 설정 확인
2. SqlSessionFactory가 여러개인 경우
3. MyBatis 매퍼 인터페이스 및 XML 파일 확인
4. 의존성 주입 문제 확인
5. 데이터베이스 설정 확인
등의 설정문제를 예시로 드는데...
장시간에 걸쳐 문제를 확인하고 검토했지만, 문제가 없었습니다.
몇 시간을 확인한 결과.. 간단한 오류였습니다.
DTO Alias 중복이 문제 였습니다.
@Alias("Comm132DTO")
DTO 를 복사해서 붙여넣다 보니, 이러한 오류가 발생하네요. ㅠ.ㅠ
728x90
'Exception' 카테고리의 다른 글
[Error] Failed to retrieve application JMX service URL (0) | 2024.10.05 |
---|---|
[Exception] No static resource swagger-ui/index.html (0) | 2024.08.03 |
[Exception] java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter (0) | 2024.08.03 |
[Exception] Invalid value type for attribute 'factoryBeanObjectType': java.lang.String (0) | 2024.08.03 |
[Exception] No identifier specified for entity (0) | 2024.07.31 |