随笔分类 - spring
-
获取spring容器对象
摘要:通过 WebApplicationContextUtils 阅读全文
-
SpringMVC消息转换器
摘要:https://www.jianshu.com/p/b33174989bdb 阅读全文
-
springMVC
摘要:https://blog.csdn.net/weixin_47872288/article/details/118614587 阅读全文
-
Mybatis Plus 中的LambdaQueryWrapper和QueryWrapper的区别
摘要:https://www.jb51.net/article/241123.htm 阅读全文
-
springmvc学习
摘要:https://blog.csdn.net/qq_45994021/article/details/120860346 阅读全文
-
SpringMVC的执行流程
摘要:https://blog.csdn.net/weixin_45323814/article/details/108296059?spm=1001.2101.3001.6650.4&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault 阅读全文
-
Springmvc中视图解析器解析不了html文件
摘要:http://t.zoukankan.com/miwujun-p-13335249.html 阅读全文
-
SpringBoot自动装配的时候为什么没有走selectImports方法
摘要:https://dpb-bobokaoya-sm.blog.csdn.net/article/details/122544297?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefaul 阅读全文
-
spring aop:横切关注点
摘要:链接:https://www.jianshu.com/p/6565361f6845/ 想象有一栋写字楼,写字楼里有10间公司,每间公司的业务各不相同,但可能都存在安保服务、后勤服务的需求。这些需求都不是业务关注点,但是公司业务的开展需要这些服务的支撑。如果你是公司的boss,你希望花很大精力在这些关 阅读全文
-
@requestBody写与不写的情况
摘要:使用@requestBody.请求contentType为:application/json类型的请求,数据类型为json时, json格式如下:{"aaa":"111","bbb":"222"} 不使用@requestBody.请求contentType为:application/x-www-fo 阅读全文
-
Spring注解版
摘要:# Spring注解版 ## 一、@Configuration和@Bean注解 public class Person { private String name; private Integer age; public Person() { } public Person(String name, 阅读全文