반응형
http://t-ara72.blogspot.com/2013/10/mybatis-numberformatexception.html
mybatis에서 NumberformatException이 나는 경우
출처: http://sinius.net/?p=308 java.lang.NumberFormatException: For input string: “y” 에러 해결방법 ### Error querying database. Cause: java.l...
t-ara72.blogspot.com
한마디로 말하자면 따옴표를 char형으로 읽어서 char형은 사실 숫자이므로 NumberFormatException이 발생했다.
반응형
댓글