@ModelAttribute批注被省略,但也可以在jsp中获得。
我找不到正确的
@RequestMapping("/problemViewList")
public ModelAndView ProblemViewList(Address address) {
ModelAndView modelAndView = new ModelAndView("from");
}
我想知道空中发生的事情
答案 0 :(得分:0)
在阅读源代码时我明白了这一点。
如果参数中没有注释,则HandlerMethodInvoker中的resolveHandlerArguments方法将通过此para Type添加注释。 不是原始的-> @ModelAttribute