第265天学习打卡(知识点回顾 springboot 复杂参数)

Posted doudoutj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第265天学习打卡(知识点回顾 springboot 复杂参数)相关的知识,希望对你有一定的参考价值。

知识点回顾

springboot复杂参数

Map、Model(map, model里面的数据会被放在request的请求域 request.setAttribute)、Errors/BindingResult、RedirectAttributes(重定向携带数据),ServletResponse(response) , SessionStatus、 UriComponentsBuilder

Map<String, Object> map, Model model, HttpServletRequest request 都是可以给request域中放数据,
    request.getAttribute();

Map、 Model类型的参数,会返回mavContainer.getModel();---->BindingAwareModelMap是Model也是MapmavContainer.getModel()获取到值的

雷丰阳2021版SpringBoot2零基础入门springboot全套完整版(spring boot2)_哔哩哔哩_bilibili

以上是关于第265天学习打卡(知识点回顾 springboot 复杂参数)的主要内容,如果未能解决你的问题,请参考以下文章

第300天学习打卡(知识点回顾 hashmap如何实现线程安全)

第300天学习打卡(知识点回顾 hashmap如何实现线程安全)

第266天学习打卡(知识点回顾 springmvc支持的返回值)

第223天学习打卡(知识点回顾 线程池)

第291天学习打卡(知识点回顾 LRU算法)

第291天学习打卡(知识点回顾 LRU算法)