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>
15 回答8.2k 阅读
8 回答5.9k 阅读
1 回答4.1k 阅读✓ 已解决
3 回答2.2k 阅读✓ 已解决
2 回答3.1k 阅读
2 回答3.8k 阅读
1 回答2.1k 阅读✓ 已解决
List接口导错包,是java.util.List