뻘글
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named **** in 'class java.lang.Integer'
나루미두루미
2020. 2. 7. 11:45
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'board_no' in 'class java.lang.Integer'
Mybatis를 사용해서 select문에서 parameter로 int를 받았는데
where절에서
board_no = ${board_no} 라고
# 대신에 $를 넣는 바람에 발생했다.
조심해야지....