문서 | 날짜 | 사용자 | 설명 |
---|---|---|---|
2020/02/20 15:23 | 주레피 | Mybatis(마이바티스) 사용법, 예시 * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 mapper.xml 예시 SELECT 예시 <select id="boardList" resultType="BoardDto" useCache="true"> select * from tbl_board order by pos asc </select> |