câu hỏi đã được viết
Khóa học giới thiệu thực hành của Jaeseong Yoon dành cho nhà phát triển Spring Framework
28강 Spring JDBC
Viết
·
596
0
@Component
public class MapperClass implements RowMapper<JdbcBean> {
}
위 RowMapper 부분에서 아래의 오류가 발생합니다.
pom.xml 은 강사님과 동일하게 하였습니다.
The type RowMapper is not generic; it cannot be parameterized with arguments <JdbcBean>
Câu trả lời 1
1
import가
org.springframework.jdbc.core
로 되어 잇는지 확인 부탁드립니다.