springboot请求406、500问题

请求406

2024-01-29 09:19:00 [http-nio-18811-exec-1] WARN  org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation]

解决

在类上加注解@RestController,在方法上加注解@ResponseBody
@PostMapping(path = “/upload”, produces=“application/json;charset=utf-8”)

请求500

2024-01-29 16:11:35 [http-nio-18811-exec-1] WARN  org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotWritableException: No converter for [class com.*.model.entity.BaseRsp] with preset Content-Type 'null']

没法获取值导致没法写
要加 get、set方法,尽量手写

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值