大家好,又见面了,我是你们的朋友全栈君。
Springboot 406错误
简单的写了一个接口,然后406了。。。。
public class TestController {
@GetMapping("/testGet/{message}")
public Result testGet(@PathVariable String message){
return Result.success(message);
}
}
Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation]
怀疑版本问题,将2.5更换为2.3.2,错误变成
Resolved [org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type: class com.huakai.entity.Result]
问题的解决
在Result中添加@Data注解,添加了Get/Set方法,估计是jackson将对象转化为Json的时候需要GS。。。。
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/128994.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...