java-ee - redis java客户端不能创建JedisPool
巴扎黑
巴扎黑 2017-04-21 10:56:36
0
3
736
JedisPoolConfig config = new JedisPoolConfig(); 
config.setMaxActive(100);
config.setMaxIdle(20);
config.setMaxWait(1000l);
config.setTestOnBorrow(true);
	
JedisPool jedisPool= new JedisPool(config, "localhost");

JedisPool jedisPool= new JedisPool(config, "localhost");
这句Eclipse总是报错,鼠标移到小红叉上提示:

Multiple markers at this line
	- The type org.apache.commons.pool.impl.GenericObjectPool$Config cannot be resolved. It is indirectly referenced from 
	 required .class files
	- The constructor JedisPool(GenericObjectPool$Config, String) refers to the missing type GenericObjectPool$Config

jedis.jar的版本是2.1.0
巴扎黑
巴扎黑

全員に返信(3)
刘奇

はい、commons-pool依存関係パッケージを追加する必要があります。追加しないと、コードが正しい場合でもエラーが報告されます

いいねを押す +0
PHPzhong

GenericObjectPool の基本パッケージである commons-pool を追加するのを忘れていたことが判明しました

いいねを押す +0
洪涛

Redis クライアントを更新します。Redis クライアントの下位バージョンは Java8 でコンパイルされます。

いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート