본문 바로가기

MyBatis&JPA

NumberFormatException 에러 (for input string)

<if test='useYn == "Y"'>
</if>

 

조건문 작성 시 작은 따옴표 안에 큰 따옴표로 작성해준다.

반대로 하면 에러 발생이다 발생.