我已經(MVC)框架 總部設在了Spring Web模型 - 視圖 - 控制器應用程序,我有這個控制器春HTTP 404未找到錯誤3.2.8應用
@Controller
public class ApplicantApplicationsListController extends ApplicantController {
/**
* @throws Exception
*
*/
@RequestMapping(value = { "/medrano/applicant/home",
"/medrano/applicant/home/"}, method = {RequestMethod.GET})
public String viewProductApplications (@ModelAttribute("applicationApplicationsListForm") final ApplicationApplicationsListForm applicationApplicationsListForm,
HttpServletRequest request,
Model model) throws Exception {
return "applicantApplicationsView";
}
但我在一家404
瀏覽器的時候,我把
爲什麼你要求'/ cage'時你的控制器沒有映射到它? –
籠子是應用程序的上下文 –
請添加配置,日誌和申請人的位置應用程序查看 – reos