手写springmvc源码

时间:2021-11-24 07:58:55
【文件属性】:
文件名称:手写springmvc源码
文件大小:207KB
文件格式:ZIP
更新时间:2021-11-24 07:58:55
springmvc 源码解读 手写示例 -------------------------1、技术工具选型------------------------- JDK: jdk1.8.1 J2EE: Servlet-api2.5 WEB Container: Tomcat8.5 IDE: IntelliJ IDEA2017 Maven: Apache maven3.5.4 -------------------------2、代码目录结构---------------------- 测试代码入口: com.tn.edu.controller.FirstController springMVC.jpg原理图理解
【文件预览】:
myspringmvc
----src()
--------main()
----pom.xml(2KB)
----myspringmvc.iml(1KB)
----target()
--------classes()
--------production()
--------myspringmvc()
--------generated-sources()
----.idea()
--------misc.xml(711B)
--------encodings.xml(251B)
--------libraries()
--------workspace.xml(38KB)
--------vcs.xml(167B)
--------dictionaries()
--------artifacts()
--------inspectionProfiles()
--------compiler.xml(765B)
--------externalDependencies.xml(173B)
--------modules.xml(262B)
----springMVC.jpg(90KB)
----readme.txt(360B)

网友评论