데이터를 DTO 하나에 담기지 않을 때 Map으로 받으면 된다. select * from reboard where subject like CONCAT('%',#{search},'%') order by re_ref desc, re_sql asc limit #{startRow},#{pageSize} //변경 select * from reboard where subject like CONCAT('%',#{search},'%') order by re_ref desc, re_sql asc limit #{startRow},#{pageSize} //--------------------------------- public List getBoardList(PageDTO pageDTO) { System.out.printl.....
원문 링크 : 240227 WEB - Map