Map、Model(map, model里面的数据会被放在request的请求域 request.setAttribute)、Errors/BindingResult、RedirectAttributes(重定向携带数据),ServletResponse(response) , SessionStatus、 UriComponentsBuilder
Mapmap, Model model, HttpServletRequest request 都是可以给request域中放数据, request.getAttribute();
Map、 Model类型的参数,会返回mavContainer.getModel();---->BindingAwareModelMap是Model也是MapmavContainer.getModel()获取到值的
雷丰阳2021版SpringBoot2零基础入门springboot全套完整版(spring boot2)_哔哩哔哩_bilibili



