This commit is contained in:
swwheihei
2020-07-16 16:10:49 +08:00
parent 29710b7cc1
commit d8eeb70707
44 changed files with 44 additions and 44 deletions

View File

@@ -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
*
*/

View File

@@ -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> {

View File

@@ -13,7 +13,7 @@ import org.springframework.util.CollectionUtils;
/**
* @Description:Redis工具类
* @author: songww
* @author: swwheihei
* @date: 2020年5月6日 下午8:27:29
*/
@Component