Programming/troubleshooting

[Spring]nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 오류

brad.min 2022. 8. 23. 10:02
반응형

DB 컬럼에 insert 하는 중 발생한 에러

insert 쿼리문에서 values 문에 적절하지 않은 컬럼 값이 들어가 있어 수정하여 해결함.

반응형