首页 > Web开发 > 详细

[redis] The type org.apache.commons.pool2.impl.GenericObjectPoolConfig cannot be resolved.It is indirectly referenced from required .class files 报错解决方法

时间:2018-09-05 14:25:56      阅读:182      评论:0      收藏:0      [点我收藏+]

在导入与redis有关的项目时,经常报下面的错误:

The type org.apache.commons.pool2.impl.GenericObje1ctPoolConfig cannot be resolved.It is indirectly referenced from required .class files

技术分享图片

经查,原来是缺少包,导入下面的包即可解决:

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-pool2</artifactId>
    <version>2.4.2</version>
</dependency>

 

  

 

[redis] The type org.apache.commons.pool2.impl.GenericObjectPoolConfig cannot be resolved.It is indirectly referenced from required .class files 报错解决方法

原文:https://www.cnblogs.com/smdq/p/9591745.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!