maven项目配置redis,实现购物车功能

1,首先在maven,项目中pom.xml 加入jar包, <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.9.0</version> </dependency> 2,导入配置文件,applicationContext-jedis.xml,我的在resourc
相关文章
相关标签/搜索