标签: java spring-mvc
所以我有几个@ModelAttribute方法,一对@RequestMapping方法和一个@InitBinder方法。我知道在请求映射之前会调用model属性,但是首先调用哪个属性? model属性或init binder?