[Spring + Mybatis] 연동 시 나타나는 java.sql.SQLException: 부적합한 열 유형: 1111
Error setting null for parameter #8 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 부적합한 열 유형: 1111
#{NAME} 을
#{NAME, jdbcType=VARCHAR} 로 수정 하면 된다.
jdbcType 은 컬럼 Type 을 맞춰주자!
끝!
'Framework' 카테고리의 다른 글
[Thymeleaf] session, parameter 처리 (0) | 2020.06.11 |
---|---|
[Spring Boot] 자동 리로드(livereload) 설정 (0) | 2020.04.10 |
[Spring Boot] Spring boot tomcat Port 변경 (0) | 2020.04.06 |
[Log4j] log4j 로그 시간 설정 ConversionPattern log time (0) | 2018.11.27 |
[Eclipse] Exception sending context destroyed event to listener instance of class 오류 (0) | 2018.11.09 |