|
|
@ -23,7 +23,7 @@ import org.springframework.stereotype.Component;
|
|
|
|
public class RedisService
|
|
|
|
public class RedisService
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|
public RedisTemplate redisTemplate;
|
|
|
|
private RedisTemplate redisTemplate;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 缓存基本的对象,Integer、String、实体类等
|
|
|
|
* 缓存基本的对象,Integer、String、实体类等
|
|
|
|