redis插入数据乱码 解决方法

1、key和value乱码

 

2、新增配置类

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.serializer.RedisSerializer;

import javax.annotation.PostConstruct;

@Configuration
public class RedisUtils {

@Autowired
private RedisTemplate redisTemplate;

@PostConstruct
public void init() {

redis插入数据乱码 解决方法最先出现在Python成神之路

版权声明:
作者:Zad
链接:https://www.techfm.club/p/20343.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>