1、问题,postman发起请求,后端返回的数据,中文是乱码,如下图. 2、解决办法,@GetMapping里面添加produces = {"application/json;charset=UTF-8"},如下图.
確定! 回上一頁