# testmvc **Repository Path**: long1218/testmvc ## Basic Information - **Project Name**: testmvc - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # testmvc ```java @RequestMapperAnn("/") public class TestController { @RequestMapperAnn("/") public void index(HttpServletRequest req, HttpServletResponse resp) throws Exception { resp.getOutputStream().write(1); HttpIoUtil.forward("index.jsp", req, resp); } } ``` ```xml RequestAllotFilter site.immonkey.testmvc.RequestAllotFilter controller_package site forward_base_path /WEB-INF/page/ RequestAllotFilter /* ```