오류:
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' 로 설정
'오류' 카테고리의 다른 글
[git] these conflicts are too complex to resolve in the web editor (0) | 2023.02.16 |
---|---|
[오류] Uncaught ReferenceError: $ is not defined (0) | 2023.02.15 |
[오류] Encoded password does not look like BCrypt (0) | 2023.02.08 |