BoardMapper ( interface )
페이지 정보
![profile_image](https://dancepkt.cafe24.com/data/member_image/ad/admin.gif?1630310007)
본문
package web.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import web.dto.BoardDto;
@Mapper //메서드명과 xml 파일의 id를 매핑시켜 주는 기능
public interface BoardMapper {
List<BoardDto> selectBoardList() throws Exception;
}
- 이전글● 게시판 LIST : controller, service, mapper, html ( 패키지 및 파일 생성하기 ) 24.06.06
- 다음글sql-board.xml 24.06.06
댓글목록
등록된 댓글이 없습니다.