浏览代码

refactor(spring):重命名

liuchuanwei 4 月之前
父节点
当前提交
f0b95e4322
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      spring/SpringMvc业务流程.md

+ 3 - 0
spring/SpringMVC 业务流程.md → spring/SpringMvc业务流程.md

@@ -1,6 +1,9 @@
 
 Spring MVC 涉及众多的注解和配置,很难完全记住,最好的办法就是熟悉其中运行流程,将注解和相关配置串联起来,这样掌握的牢固。
 
+参考:
+* [深入理解spring mvc启动过程与原理](https://mp.weixin.qq.com/s/C217uHsmmZZVFOMmRUY4-Q)
+
 ## <Context:annotation-config /> 和 <context:component-scan >
 
 参考:[Spring开启Annotation<context:annotation-config>和<context:component-scan>诠释及区别](https://www.cnblogs.com/leiOOlei/p/3713989.html)