Skip to content

Commit

Permalink
Update SpringMVC 工作原理详解.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb authored Oct 11, 2018
1 parent 41f5755 commit 8c05e22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 主流框架/SpringMVC 工作原理详解.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
> 本文整理自网络,原文出处暂不知,对原文做了较大的改动,在此说明!
### 先来看一下什么是 MVC 模式

MVC 是一种设计模式.
Expand Down Expand Up @@ -264,4 +266,4 @@ HandlerExceptionResolver接口-异常处理接口

ViewResolver接口解析View视图。

UrlBasedViewResolver类 通过配置文件,把一个视图名交给到一个View来处理。
UrlBasedViewResolver类 通过配置文件,把一个视图名交给到一个View来处理。

0 comments on commit 8c05e22

Please sign in to comment.