原因:web配置檔案引入了兩個配置檔案,乙個是spring的,乙個是spring mvc的,spring配置檔案下配置了包掃瞄,而spring mvc配置檔案沒有配置,在spring mvc上填上就好了
contextconfiglocation
classpath*:spring/spring-context.xml
spring mvc servlet
springmvc
org.springframework.web.servlet.dispatcherservlet
spring mvc 配置檔案
contextconfiglocation
classpath*:spring/spring-mvc.xml
1/
spring-context.xml中配置的包掃瞄
spring-mvc.xml中配置的包掃瞄
SpringMVC中AJAX請求出現406
原文 這幾天因為需要搭建springmvc,但是搭建完成以後發現使用 responsebody的ajax無法訪問,總是出現406的問題。首先懷疑的是配置問題,經過查明,影響springmvc的 responsebody註解的是 我發現我的配置中存在這個註解。同時又使用spring文件中的自動配置相關...
springmvc使用rest風格的404錯誤
當使用rest風格出現404錯誤時,blogservlet name org.springframework.web.servlet.dispatcherservletservlet class contextconfiglocationparam name classpath config mvc...
導致出現404狀態碼
今天幹活的時候,由於是乙個web應用,想在每次傳送請求和返回響應的時候記錄日誌,也就是 controller,想起了之前的spring aop,於是按照之前的配置配置好了,可是發現每次前端傳送請求都會返回404狀態碼,這我就蒙了,如圖 而後檢查後台程式,什麼問題都沒有,但是前端就是請求失敗,鬱悶死我...