1. 程式人生 > >我的第一個springmvc helloword

我的第一個springmvc helloword

用idea建立springmvc專案不同於用eclipse建立需要自己建立xml檔案,只需要用它自己的就行,不然可能會有未知的錯誤

兩個xml檔案區別:

applicationContext.xml  是spring 全域性配置檔案,用來控制spring 特性的

dispatcher-servlet.xml 是spring mvc裡面的,控制器、攔截uri轉發view

使用applicationContext.xml檔案時是需要在web.xml中新增listener的: