Browse Source

update 配置文件

GITZYY 6 months ago
parent
commit
776a9df3ea

+ 7 - 0
egress-gateway-service-infrastructure/src/main/java/com/hrsk/cloud/eg/infrastructure/config/redis/FastJson2RedisSerializer.java

@@ -11,6 +11,13 @@ import org.springframework.data.redis.serializer.SerializationException;
 
 import java.util.Objects;
 
+/**
+ * @description:  fast2 json 格式化默认和web-api 保持一致
+ * @param:
+ * @return:
+ * @author zhangyy
+ * @date: 2024/9/19 14:09
+ */
 @Slf4j
 public class FastJson2RedisSerializer<T> implements RedisSerializer<T> {