Could not find acceptable representation錯誤
Could not find acceptable representation:“找不到可接受的形式”
發現可能出發這種異常情況的原因:
請求contenttype=application/json;charset=UTF-8,而這裏是produces=text/html
原來代碼:
@RequestMapping(value = "/getPage.action", method = RequestMethod.POST, produces = "text/html; charset=UTF-8")
解決方法:去掉produces = "text/html; charset=UTF-8"這段代碼或者設置produces=application/json;charset=UTF-8
如果返回的信息是提示信息如“修改成功”等,則produces="text/html;charset=UTF-8",但如果返回的信息是json數據,則produces="application/json;charset=UTF-8"
Could not find acceptable representation錯誤
相關推薦
Could not find acceptable representation錯誤
nta not find post rod request repr 出發 utf-8 發現 Could not find acceptable representation:“找不到可接受的形式” 發現可能出發這種異常情況的原因: 請求co
Could not find acceptable representation
json https param tor default dia iteye logs tps 報了一個這個異常: org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acc
sping boot 報:Could not find acceptable representation原因及解決方法
但是我這個是因為用了swagger ui 測試資料的時候返回時 選擇了xml格式導致報了Could not find acceptable representation 把返回資料格式換成 就可以了,這是我個人的錯誤場景,有朋友相同的可以嘗試修改下
Springmvc 406 狀態碼 / Could not find acceptable representation
查閱資料,大都表示需要 加入依賴的jar,jackson-core-asl-1.9.12.jar,jackson-mapper-asl-1.9.12.jar問題解決。 經測試不是這個錯誤不是必須依賴
Spring Boot: HttpMediaTypeNotAcceptableException: Could not find acceptable representation原因及解決方法
錯誤場景 使用Spring Boot的Web專案,在其 resources/static/目錄下存在login.html靜態檔案,同時還有一個處理/login請求的控制器方法(該方法會返回JSON格式
SpringBoot踩坑指南(三):Could not find acceptable representation原因及解決方法
Spring Boot:Could not find acceptable representation原因方法名跟頁面、js重合了!!!解決辦法:改名字,儘量不要重合。例子:① html的名字 s
SpringMVC專案新增@ResponseBody無效,Could not find acceptable representation
配置: spring-mvc.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.sprin
SpringBoot報406,web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation
SpringBoot菜雞最近使用@ResponseBody返回一個map集合,集合包含資料總條數及資料集合list,方法如圖: 結果執行時斷點進了後臺但是後臺報錯,異常資訊為: WARN (AbstractHandlerExceptionRes
Flink中scala提示錯誤——could not find implicit value for evidence parameter of type org.apa
Flink第一個簡單的demo ,wordCount 該問題參考引用如下: https://blog.csdn.net/dax1n/article/details/70211035 自身程式碼中問題: package cetc.flink import org.apa
Android Studio出現Could not find intellij-core.jar錯誤的解決方案
今天看到微信群裡有人從網上下載了一個專案,結果匯入的時候出現了這個錯誤,然後一群人在討論是不是google被牆的原因。我去年也遇到過這個問題,因為是個小問題,所以也就沒有記下來,現在記下來吧,如果你也遇到了這個問題,希望可以幫到你 匯入專案之後,直接提示 Error:Could not
【升級Cmake導致】CMake 執行錯誤could not find CMAKE_ROOT!!!
CMake 執行錯誤could not find CMAKE_ROOT!!! 在安裝cartographer的時候,要求cmake 版本為3.5及以上的版本,原裝的cmake 的版本為2.8,在通過ppa升級時執行 sudo apt-get upgraded 時沒有選擇安裝目錄導致,
解決Could not find method classpath() for arguments [com.android.tools.build:gradle:3.0.0] 錯誤
記錄下:原來專案是2.3.3的gradle,因為老專案,升級到3.0.0有很多問題,加上一些3方庫的不支援,結果今天早整合VasDolly時,升級到3.0.0,最後改回到2.3.3缺怎麼都執行不起來專案
Android Studio在專案構建時報Could not find lint-gradle-api.jar 錯誤的解決辦法
網上有很多報下面這個錯誤: 這個錯誤的解決辦法,經常都是莫名出現的,這個問題是由於專案build.gradle中沒有配置google()所造成的,一般在buildscript和allprojects的配置項中都加上即可,然而有時還是解決不了問
Visual Effect Graph官方案例開啟錯誤解決 ------ Could not find file Unity.Analytics.StandardEvents.EditorTests.
下載地址 : https://github.com/Unity-Technologies/ScriptableRenderPipeline/tree/release/2018.3 興沖沖的下載了,開啟後一臉懵逼,因為呢,另外一位大佬完全沒有問題,而我的一堆問題 報錯如下:
CMake 執行錯誤could not find CMAKE_ROOT!!!
1. 之前使用cmake的時候一直都沒有問題,結果今天再次使用的時候,出現了這樣的一個錯誤提示: CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been inst
錯誤處理:could not find the main class, Program will exit
1. 先檢查環境變數配置是否有錯。 a) 開啟我的電腦--屬性--高階--環境變數 b) 新建系統變數JAVA_HOME和CLASSPATH (注意:網上很多文章讓JAVA_HOME為使用者環境變數,但是這樣做後,在控制檯中輸入javac,將會提示“javac不是內部或外部命令”)變數名:
關於warning:could not find /tmp. please create! 的錯誤解決
Cygwin B20執行出現如下警告資訊: bash.exe:warning:could not find /tmp. please create! bash-2.05b$ 解決辦法如下: 到 cygwin 目錄下(如果用cygnus,可能是cygnus/cygwin-
Android開發錯誤——Could not find class
05-21 22:51:22.548: E/dalvikvm(226): Could not find class 'org.ksoap2.serialization.SoapObject', referenced from method cn.hi.bar.api.LocalAccessor.update
CMake 執行錯誤 could not find CMAKE_ROOT
錯誤的提示: CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modules directory not found in /usr
Android 解決因Android版本太低,導致Could not find class 錯誤的解決辦法
近期專案在測試過程中,在Android 5.0版本的測試中(以前APP測試未出現),GreenDao 出現 Could not find class 'org.greenrobot.greendao.database.StandardDatabase' 錯誤查閱資料後發現是