티스토리 뷰
728x90
// wrong
<if test="stringValue == 'Y'">
// fixed
<if test='stringValue == "Y"'>
[출처] http://t-ara72.blogspot.com/2013/10/mybatis-numberformatexception.html
728x90
'공부' 카테고리의 다른 글
[Python] set symbolic link (0) | 2019.10.14 |
---|---|
[Java] use `Collections.sisngletonList` at only one list (0) | 2019.10.14 |
[Spring] Mybatis NumberformatException (0) | 2019.10.14 |
[MySQL] change user password (0) | 2019.10.14 |
[Linux] change user password (0) | 2019.10.14 |
[Shell] Search line's text in file (0) | 2019.10.11 |
댓글