BoardMapper ( interface ) > SPRINGBOOT

본문 바로가기

사이트 내 전체검색

뒤로가기 SPRINGBOOT

BoardMapper ( interface )

페이지 정보

작성자 관리자 작성일 24-06-06 12:30 조회 43 댓글 0

본문

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;

}

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기