springboot 报错:Current request is not a multipart request 这个一般是controller是带有上传文件的服务,类似RequestParam MultipartFile[] file
解决:
首先检查请求头中的Content-Type是否设置对,如果把Content-Type设置成a…
spring boot maven项目返回值乱码的解决方法
1、先看乱码效果:
spring boot maven项目,返回值乱码,如下图: 控制台打印log乱码,如下图: 有swagger的话,swagger文档乱码,如下图&…