error
-
web.xml 없을 때에러 2022. 8. 27. 16:22
15 0. 프로젝트 우클릭 > Java EE Tooles > Generate Deployment Descriptor Stub 아래와 같은 파일이 생성된다. ProjectName index.html index.htm index.jsp default.html default.htm default.jsp 1. 서블릿 관련 설정 test test.TestController test /test_servlet/* 2. Filter encodeFilter test.filter.EncodingFilter encoding utf-8 encodeFilter /* 3. Session 15
-
org.apache.ibatis.type.TypeException: Could not set parameters for mapping에러 2022. 8. 10. 00:32
Error updating database. Cause: org.apache.ibatis.type.TypeException: Could not set parameters for mapping Could not set parameters for mapping: ParameterMapping Cause: java.sql.SQLException: 부적합한 열 유형: 1111 해결 파라미터 값이 넘어오지 않음 ajax 내 data: param, DAO 등에서 값을 잘 넘겨 줬는지 확인