一、乱码解决
在响应客户端的时候出现乱码,需要把springboot的response的编码设置为utf-8这个功能开启就行
在全局配置文件中配置:spring.http.encoding.force=true