• ~BoardService required a bean of type ~BoardMapper
    defining a bean of type ~BoardMapper in your configuration
    => BoardMapper가 configuration이 안 되었다.@MapperScan("")에 mapper패키치를 복사해서 넣음.

  • Whitelabel Error Page
    => 스프링에서 나오게 한 에러페이지.

  • class java.lang.Integer cannot be cast to java.lang.String
    => 캐스팅에러.파라미터타입이 스트링인데 int형이 들어와서 에러.int로 변경.

  • 새로고침 후 화면에 $[board.boardSeq}이 뜸
    => [[$[board.boardSeq}]]로 변경

  • An error happend during template parsing (template: "class path resouce [templates//board/form.html)")
    could not parse as expression
    => 무언가 표현이 잘못되었음.알고보니 '('이 빠짐.

profile
완전초특급초보개발자

0개의 댓글