https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html

https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html

https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html









mybatis 환경에서


<if> 문안에 String 값 비교할때 주로 나오는 에러인데요




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


일 경우


<if test 'stringValue =="Y"' /> 로 바꿔주시면 됩니다




홑 따옴표와 쌍 따옴표 위치가 바뀌었어요







http://t-ara72.blogspot.com/2013/10/mybatis-numberformatexception.html
http://t-ara72.blogspot.com/2013/10/mybatis-numberformatexception.html

http://t-ara72.blogspot.com/2013/10/mybatis-numberformatexception.html




+ Recent posts