标签:java类 dex control request .com com 参数 配置 方法
step1.导包。
spring-webmvc
step2.添加spring配置文件。
step3.配置DispatcherServlet。
step4.写Controller
step5.写jsp
step6.在配置文件当中,添加ViewResolver配置,
添加组件扫描,添加MVC注解扫描。
step1. 先写一个java类
step2. 将该类作为方法参数
比如 return "redirect:toIndex.do";
比如
RedirectView rv = new RedirectView("toIndex.do");
ModelAndView mav = new ModelAndView(rv);
标签:java类 dex control request .com com 参数 配置 方法
原文地址:https://www.cnblogs.com/xhwr/p/10810122.html