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
- JDBC
- jpa
- Tomcat
- Docker
- 문서
- Thymeleaf
- 오픈소스
- error
- Core Java
- PostgreSQL
- MySQL
- IntelliJ
- maven
- 설정
- Python
- STS
- Spring Boot
- spring
- Exception
- Source
- oracle
- myBatis
- MSSQL
- SpringBoot
- git
- AJAX
- ubuntu
- Open Source
- Eclipse
- JavaScript
Archives
- Today
- Total
헤르메스 LIFE
[Exception] Could not resolve matching constructor (hint: specify index/type/name arguments for simple parameters to avoid type ambiguities) 본문
Exception
[Exception] Could not resolve matching constructor (hint: specify index/type/name arguments for simple parameters to avoid type ambiguities)
헤르메스의날개 2011. 11. 3. 19:02728x90
Spring의 constructor-arg 사용 시 파라메터의 개수가 틀린경우 발생하는 Exception입니다.
1. bean의 class 연결이 잘못되었을 경우
2. constructor-arg의 index, type, name 등의 속셩이 잘못 정의 된 경우
3. constructor-arg의 개수가 다른 경우
1. bean의 class 연결이 잘못되었을 경우
2. constructor-arg의 index, type, name 등의 속셩이 잘못 정의 된 경우
3. constructor-arg의 개수가 다른 경우
728x90
'Exception' 카테고리의 다른 글
[Exception] Choose unique values for the 'webAppRootKey' context-param in your web.xml files (0) | 2012.06.22 |
---|---|
[Excpetion] org.apache.ibatis.transaction.TransactionException: Error configuring AutoCommit (0) | 2012.06.04 |
[Exception] Spring + MS SQL Server 2008 (0) | 2010.10.19 |
[Error] Tomcat의 오류 (0) | 2010.09.27 |
[Error] javac: target release 1.3 conflicts with default source release 1.5 (0) | 2010.09.06 |