Error
[ERROR][MyBatis] NumberFormatException: For input string: " "
오선지♬
2023. 3. 30. 19:54
728x90
반응형
https://haenny.tistory.com/233
[MyBatis] For input string: "문자" 오류 해결방법
오류 로그 Caused by: org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.NumberFormatException: For input string: "Y" ### Cause: java.lang.NumberFormatException: For input string: "Y" at org.apache.ibatis.ex
haenny.tistory.com
NumberFormatException: For input string: "N"
문자열을 사용할 때는 큰따옴표로 감싸야하기 때문에, 위 코드에서 작은따옴표와 큰따옴표를 바꿔줘야한다.
wow,,,
728x90
반응형