摘要: 启动服务器初始化过程 1、服务器启动,执行ServletContainersInitConfig类,初始化web容器 2、执行createServletApplicationContext方法,创建了WebApplicationContext对象 3、加载SpringMvcConfig 4、执行@C 阅读全文
posted @ 2022-11-24 15:38 风陵南 阅读(45) 评论(0) 推荐(0)
摘要: SpringMVC SpringMVC技术 与 Servlet技术功能等同,均属于web层开发技术 是一种基于java实现MVC模型的轻量级Web框架 SpringMVC 入门案例 总结 阅读全文
posted @ 2022-11-24 15:11 风陵南 阅读(20) 评论(0) 推荐(0)