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>
4 回答1.2k 阅读✓ 已解决
4 回答1.2k 阅读✓ 已解决
1 回答2.5k 阅读✓ 已解决
2 回答705 阅读✓ 已解决
2 回答1.7k 阅读
2 回答1.6k 阅读
2 回答1.3k 阅读
List接口导错包,是java.util.List