RestSpringMVCDemo icon indicating copy to clipboard operation
RestSpringMVCDemo copied to clipboard

nested exception is java.lang.ClassNotFoundException: redis.clients.jedis.JedisPool

Open findpippi opened this issue 7 years ago • 1 comments
trafficstars

after deploying the compiled war file into tomcat, the application could be initialized because there is no dependency in pom.xml and there is no redis configuration java file in the source code.

没有办法用,pom file依赖都没有写好。

findpippi avatar Jun 28 '18 13:06 findpippi

<dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.9.0</version> </dependency>

lzhme avatar Aug 02 '18 03:08 lzhme