在spring3.1
在spring3.1
在spring3.1
之前使用org.springframework.web.servlet.mvc.annotation.annotationmethodhandleradapter註解介面卡。
在spring3.1
配置註解對映器和介面卡
使用 mvc:annotation-driven
代替上邊註解對映器和註解介面卡配置,mvc:annotation-driven預設載入很多的引數繫結方法,比如json轉換解析器就預設載入了,如果使用mvc:annotation-driven
不用配置上邊的
和
開發註解handler
使用註解的對映器和註解的介面卡。(註解的對映器和註解的介面卡必須配對使用)
在spring容器中載入@controller
public class itemscontroller3
}
部署除錯
訪問:http://localhost:8080/springmvc/queryitems.action
SpringMVC異常處理註解方式(3)
方式一 步驟一 建立異常類 public class gyexception extends exception public gyexception string exception public string getexception public void setexception strin...
spring MVC之用註解處理靜態資源
spring mvc之用註解處理靜態資源 spring3 mvc支援rest,豐富的註解,應用起來非常方便,對所有的請求當做rest來處理,在spring3.0.4之前,這就會帶來乙個問題,如果是靜態資源,如js css和,就會導致無法完成請求。為了繞過dispatcherservlet對這些靜態資...
SpringMVC(三)異常處理
一 在controller內處理區域性異常 exceptionhandler value public modelandview handlexecution exception ex public string testexection requestparam value id integer ...