Explorar el Código

refactor(spring):重命名

liuchuanwei hace 4 meses
padre
commit
f0b95e4322
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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)