List<Blog> bList = sqlSession.selectList("getAllBlog");//用的mybatis
报错信息:
The type List is not generic; it cannot be parameterized with arguments <Blog>
List<Blog> bList = sqlSession.selectList("getAllBlog");//用的mybatis
报错信息:
The type List is not generic; it cannot be parameterized with arguments <Blog>
8 回答6.5k 阅读
4 回答680 阅读✓ 已解决
2 回答3.4k 阅读
3 回答1.9k 阅读✓ 已解决
1 回答2.1k 阅读✓ 已解决
1 回答2.1k 阅读✓ 已解决
1 回答958 阅读✓ 已解决
List接口导错包,是java.util.List