我就看到
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
没看到jar包啊
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
没看到jar包啊
2017-08-11
用filezilla移动redis包出错的很可能是放置的文件夹要权限,先sudo root登录,再chmod 777 /home/,这样就行了
2017-08-09