springboot使用fastjson解析json中文乱码问题

    xiaoxiao2024-12-03  39

    使用fastjson解析json 需要在配置文件application.properties中添加

    spring.http.encoding.force=true 否则 中文会出现乱码

    最新回复(0)