202111-01 使用maven实现redis与idea的连接问题 spring配置文件 加入 <!--springdataredis--><beanid="jedisConnectionFactory"class="org.springframework.data.redis.connection.jedis.JedisConnectionFactory"><propertyname="usePool"value="true"></property><propertyname="hostName"value="${redis.host}"/><propertyname="port"value="${redis.port}"/><!--<propertyname="password"value=""/... 继续阅读 >