修改了工程目录

This commit is contained in:
法然
2022-07-25 01:52:06 +08:00
parent 5a9a7df4a3
commit 699829febc
54 changed files with 598 additions and 58 deletions

View File

View File

@@ -0,0 +1,6 @@
## 1 简介
MVCModel+View+Controller(数据模型+视图+控制器)
三层架构Presentation tier+Application tier+Data tier展现层+应用层+数据访问层)
MVC与三层架构不是对应关系。MVC只存在三层架构的展示层。M是数据模型包含数据对象叫做Model用来和V之间进行数据交互和传值。V指的是视图页面包含JSP、freeMarker、Velocity、Thymeleaf、Tile等C是控制器。