SpringBoot报406错误,There was an unexpected error (type=Not Acceptable, status=406)
作者:互联网
问题:
直接解决方法:
对应接口返回的实体类,加上get方法
即使get方法没有被显示调用(可能是SpringBoot内部需要调用get方法获取对应参数)
例子:
如图,返回的Result类内部,需要加上这几个get方法,再次启动服务就没问题了
标签:status,unexpected,SpringBoot,get,406,调用,方法,对应 来源: https://www.cnblogs.com/r1-12king/p/16378427.html