9. listCategory.jsp对返回的数据进行处理和渲染
3.实例化CategoryController
ApplicationContext.xml
5.注入CategoryMapper
6.关联CategoryMapper和CategoryMapper.xml
1.访问/admin_category
SpringMVC.xml
web.xml
8.访问 CategoryService,获取数据,并装入\"cs\"中,跳转到响应页面
7.调用listCategory()方法
2.所有的请求都会被springMVC的DispatcherServlet拦截
4.注入CategoryServiceImpl