添加jedis

jedis

Apache Common Pool 2

Nutz集成Jedis的小插件

统统放到WebContent/jars下

maven配置

  1. <dependency>
  2. <groupId>redis.clients</groupId>
  3. <artifactId>jedis</artifactId>
  4. <version>2.8.1</version>
  5. </dependency>
  6. <dependency>
  7. <groupId>org.nutz</groupId>
  8. <artifactId>nutz-integration-jedis</artifactId>
  9. <version>1.r.60.r2</version>
  10. </dependency>