摘要: 阅读全文
posted @ 2021-07-17 23:50 abcdefghijklmnop 阅读(409) 评论(0) 推荐(0) 编辑
摘要: SpringMVC源码解读 - RequestMapping注解实现解读 - RequestCondition体系 https://www.cnblogs.com/leftthen/p/5208404.html 一般我们开发时,使用最多的还是@RequestMapping注解方式. @Request 阅读全文
posted @ 2021-07-17 23:25 abcdefghijklmnop 阅读(247) 评论(0) 推荐(0) 编辑
摘要: SpringMVC源码解读 - HandlerMapping - RequestMappingHandlerMapping初始化 https://www.cnblogs.com/leftthen/p/5208404.html RequestMappingHandlerMapping ,用于注解@Co 阅读全文
posted @ 2021-07-17 23:21 abcdefghijklmnop 阅读(134) 评论(0) 推荐(0) 编辑
摘要: Java中的序列化Serialable https://blog.csdn.net/caomiao2006/article/details/51588838 阅读全文
posted @ 2021-07-17 23:00 abcdefghijklmnop 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 0.需求 在实际的开发过程中,服务间调用一般使用Json传参的模式,SpringBoot项目无法使用@RequestParam接收Json传参 只有@RequestBody支持Json,但是每次为了一个接口就封装一次实体类比较麻烦 如果使用Map来进行参数接收,则会导致参数不可控,会在接口中新增较多 阅读全文
posted @ 2021-07-17 21:53 abcdefghijklmnop 阅读(1722) 评论(0) 推荐(0) 编辑
摘要: 也可以不在web.xml中初始化,直接把xml文件拿过来,改一下名字,如下图 阅读全文
posted @ 2021-07-17 21:03 abcdefghijklmnop 阅读(27) 评论(0) 推荐(0) 编辑