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
相關文章
相關標籤/搜索