asked
Yoon Jae-seong's introductory course through hands-on experience for Spring Framework developers
Lecture 28 Spring JDBC
Written on
·
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>
Answer 1
1
import가
org.springframework.jdbc.core
로 되어 잇는지 확인 부탁드립니다.