使用ResponseBody頁面返回406錯誤

description The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers ().

 

出現以上錯誤信息。 在mvn中加入以下依賴解決app

<dependency>
       <groupId>org.codehaus.jackson</groupId>
       <artifactId>jackson-mapper-asl</artifactId>
       <version>1.9.11</version>
</dependency>
相關文章
相關標籤/搜索