摘要: springmvc三大组件及作用 https://blog.csdn.net/qq_44322555/article/details/108710075 springmvc工作流程 https://blog.csdn.net/weixin_42174815/article/details/10774 阅读全文
posted @ 2023-03-24 23:38 Katsu 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 原理 spring通过属性加载器将starter依赖包中META-INF目录下spring.factories文件里key=org.springframework.boot.autoconfigure.EnableAutoConfiguration对应value加载进来, 然后通过反射实例化并注入到 阅读全文
posted @ 2023-03-24 21:58 Katsu 阅读(47) 评论(0) 推荐(0) 编辑