摘要: 学习中,如有错误请见谅 项目结构 ServletContainersInitConfig public class ServletContainersInitConfig extends AbstractAnnotationConfigDispatcherServletInitializer { p 阅读全文
posted @ 2023-03-18 14:31 qintee 阅读(24) 评论(0) 推荐(0)
摘要: 学习中,如有错误请多包涵 启动服务器初始化过程服务器启动,执行ServletContainersInitConfig类,初始化web容器执行createServletApplicationContext方法,创建了WebApplicationContext对象加载SpringMvcConfig执行@ 阅读全文
posted @ 2023-03-18 11:54 qintee 阅读(32) 评论(0) 推荐(0)