Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有几个@ModelAttribute 方法、几个@RequestMapping 方法和一个@InitBinder 方法。我知道模型属性将在请求映射之前被调用,但是首先调用哪个?模型属性还是初始化绑定器?