오류

[오류] Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 부적합한 열 유형: 1111

주니어주니 2023. 2. 14. 10:39

 

 

오류: 


 Request processing failed; nested exception is org.springframework.jdbc.UncategorizedSQLException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 부적합한 열 유형: 1111

 

 

 

 

오류 해결: 

 

application.yml에서 mybatis 설정부분 수정 

 

jdbc-type-for-null: 'NULL' 로 설정