Error : 동적쿼리 <where> 사용시 에러
·
ERROR
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'interest_no' in 'class java.lang.Integer' org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982) org.springfra..
http://localhost:0000/js/jquery-3.6.0.js net::ERR_ABORTED 404 오류
·
ERROR
회원 가입 정규식을 만드는 도중 계속해서 JQuery가 작동하지 않아 개발자 도구를 보내 js파일을 인식하지 못함. 프로젝트를 할 때 가상주소를 사용하기 위해 web.xml에 url-pattern을 사용했는데 .js는 인식할 수 없으므로 404 오류 => jsp파일의 jquery-3.6.0.js 파일의 주소 경로를 ./js/jquery-3.6.0.js 로 변경 jquery가 정상적으로 작돟하는 걸 볼 수 있다.
onsubmit - false 에도 계속 submit 되는 오류
·
ERROR
return을 false로 설정했음에도 계속 submit되었는데 >> 해결