작성한 질문수
윤재성의 스프링 프레임워크 개발자를 위한 실습을 통한 입문 과정
28강 Spring JDBC
작성
·
584
0
@Component
public class MapperClass implements RowMapper<JdbcBean> {
}
위 RowMapper 부분에서 아래의 오류가 발생합니다.
pom.xml 은 강사님과 동일하게 하였습니다.
The type RowMapper is not generic; it cannot be parameterized with arguments <JdbcBean>
답변 1
1
import가
org.springframework.jdbc.core
로 되어 잇는지 확인 부탁드립니다.