Skip to content

Commit 8c05e22

Browse files
authored
Update SpringMVC 工作原理详解.md
1 parent 41f5755 commit 8c05e22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

主流框架/SpringMVC 工作原理详解.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> 本文整理自网络,原文出处暂不知,对原文做了较大的改动,在此说明!
2+
13
### 先来看一下什么是 MVC 模式
24

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

265267
ViewResolver接口解析View视图。
266268

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

0 commit comments

Comments
 (0)