改名
This commit is contained in:
@@ -7,7 +7,7 @@ import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
* @Description:spring bean获取工厂,获取spring中的已初始化的bean
|
||||
* @author: songww
|
||||
* @author: swwheihei
|
||||
* @date: 2019年6月25日 下午4:51:52
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -10,7 +10,7 @@ import com.alibaba.fastjson.serializer.SerializerFeature;
|
||||
|
||||
/**
|
||||
* @Description:使用fastjson实现redis的序列化
|
||||
* @author: songww
|
||||
* @author: swwheihei
|
||||
* @date: 2020年5月6日 下午8:40:11
|
||||
*/
|
||||
public class FastJsonRedisSerializer<T> implements RedisSerializer<T> {
|
||||
|
||||
@@ -13,7 +13,7 @@ import org.springframework.util.CollectionUtils;
|
||||
|
||||
/**
|
||||
* @Description:Redis工具类
|
||||
* @author: songww
|
||||
* @author: swwheihei
|
||||
* @date: 2020年5月6日 下午8:27:29
|
||||
*/
|
||||
@Component
|
||||
|
||||
Reference in New Issue
Block a user