Skip to content

Commit

Permalink
[refactor]mvc part rewrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
teaho2015 committed Oct 21, 2021
1 parent a062bf2 commit 60a8b9c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@

## PART Ⅳ Spring组件实现

* [Spring MVC](mvc/spring-mvc.md)
* [Spring MVC]((mvc/README.md))
* [Spring MVC启动分析](mvc/spring-mvc-startup.md)
* [Project Reactor原理](webflux/project-reactor原理.md)
* [Spring Webflux](webflux/webflux原理.md)
* [Spring事务管理]()
Expand Down
13 changes: 13 additions & 0 deletions mvc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Spring MVC

* 初始化
* 运行时请求处理与发送
* 包括涉及什么组件和注解
* 拦截器
* 自定义数据类型转换
* JSON转换
* 自定义对象转换
* 异常处理


![ Mvc_Request_handling_timing_sequence ](Mvc_Request_handling_timing_sequence.png)
1 change: 1 addition & 0 deletions mvc/spring-mvc-startup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Spring MVC启动分析
1 change: 0 additions & 1 deletion mvc/spring-mvc.md

This file was deleted.

0 comments on commit 60a8b9c

Please sign in to comment.