IT'S DO
article thumbnail
728x90

mapper.xml의  mapper.java -> interface가 빠졌거나 문제 생겨서 그럼.

 

package com.example.dmf.mapper;

import com.example.dmf.board.dto.BoardDto;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;

import java.util.List;

@Repository
@Mapper
public interface BoardMapper {
    List<BoardDto> selectBoardList() throws Exception;
}

 

해결

profile

IT'S DO

@멋진놈

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!