2021
08-20
08-20
IDEA SSM整合Redis项目实例 附源码
IDEASSM整合Redis项目实例1、pom.xml配置<!--https://mvnrepository.com/artifact/redis.clients/jedis--><dependency><groupId>redis.clients</groupId><artifactId>jedis</artifactId><version>2.9.0</version></dependency>2、spring-redis.xml配置<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2...
继续阅读 >