RestSpringMVCDemo
RestSpringMVCDemo copied to clipboard
nested exception is java.lang.ClassNotFoundException: redis.clients.jedis.JedisPool
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依赖都没有写好。
<dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.9.0</version> </dependency>