• sqlMapClient cannot be resolved to a type
    => 라이브러리가 제대로 들어가있지 않고 import도 되지 않아서 생김.
  • could not find resource ./config.properties/database.proberties
    => config.의 '.'이 아닌 '/'인데 오타내서 생김.
  • System.out cannot be resolved to a type
    => JDK와 버전이 안 맞아서 생긴 오류.JRE파일을 제거하고 다시 설정.
  • Java.lang.Error: Unresolved compilation problem
    =>끝에 ';'을 빼먹어서 생김.
  • There is no result map named selectboardDetaillistResultMap in this sqlMap.
    => 기존의 resulMap이 있는데 또 만드는 건,List와 detailst가 항목 개수가 너무 차이나면 너무 많은 불필요한 중복된 column매칭과 소스 관리들 때문에 개발이 힘들어지기 때문에 분리하는 것임.
profile
완전초특급초보개발자

0개의 댓글