摘要:
再web.xml中设置HTTP请求的中央调度处理器DispatcherServlet时,会指定SpringMVC配置文件,这里取名springweb.xml是因设置DispatcherServlet时指定了该文件名 阅读全文
摘要:
... 阅读全文
摘要:
web.xml中需要配置的内容 1.配置监听器<listener> 它有两个监听器: 1). <!--配置文件加载监听器--> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</list 阅读全文
摘要:
1.概述 pom中节点如下分布 2.基本配置 modelVersion:pom模型版本,maven2和3只能为4.0.0 groupId:组ID,maven用于定位 artifactId:在组中的唯一ID用于定位 version:项目版本 packaging:项目打包方式,有以下值:pom, jar 阅读全文