Mybatis의 getter,setter 에러
HTTP Status 500 There is no setter for property named 'BIRTH' in 'class com.spring.job.vo.RecruitVo' Description The server encountered an unexpected condition that prevented it from fulfilling the request. 이렇게 분명 Vo파일에 Getter, Setter 코드를 넣었는데도 불구하고 없다고 뜬다면?? public class RecruitVo { private String seq; private String name; private String birth; public String getSeq() { return seq; } publi..
Mybatis
2024. 9. 10. 10:18