2018-11-14 11:55:10.850 WARN 21863 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type: class com.jpay.vo.AjaxResult]
2018-11-14 11:55:10.853 WARN 21863 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping found for HTTP request with URI [/error/500.html] in DispatcherServlet with name 'dispatcherServlet'
spring boot 2.x分支支付宝的appPay接口发送get请求,控制台显示
AjaxResult对象无法序列化
尝试了下在yml里增加jackson配置没用,在网上找了强制fastson来序列化的方法也不行