src/main/java/com/qxueyou/scc/base/service/impl/RedisCacheBean.java
@@ -22,9 +22,9 @@ import javax.annotation.Resource; /** * 阿里云OCS缓存服务 * 阿里云OCS缓存服务 * * @author 德虎 * @author 德虎 * */ @Service @@ -209,5 +209,9 @@ redisTemplate.opsForHash().put(key, hashKey, value); } @SuppressWarnings("unchecked") @Override public <K, V> RedisTemplate<K, V> template() { return redisTemplate; } }