摘要:
原文:https://blog.csdn.net/qq_35571554/article/details/82385838 本篇主要在基于SSM的框架,深入讲解web.xml的配置 web.xml 每个javaEE项目中都会有,web.xml文件是用来初始化配置信息:比如Welcome页面、serv 阅读全文
摘要:
在整合SSM框架时,我们要在web.xml文件中对spring进行相关配置。 首先要配置一个<context-param></context-param> 同时还要配置两个listener,分别是ContextLoaderListener和RequestContextListener。 那么这两个监 阅读全文