Inflearn コミュニティ Q&A
RowMapper 오류
作成
·
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>
javaspring





