猿问

在eclipse里面怎么运行maven配置的spring mvc?

在eclipse里面怎么运行maven配置的spring mvc


开心每一天1111
浏览 572回答 1
1回答

PIPIONE

首先是配置文件,contextConfig.xml文件要配置好,这是第一步。其次,。在web.xml里面配置监听,还有对contextLocation的位置的设置。,<listener><listener-class>org.springframework.web.context.ContextLoaderListener</listener-class></listener><context-param><param-name>contextConfigLocation</param-name><param-value>classpath:applicationContext.xml</param-value></context-param>
随时随地看视频慕课网APP

相关分类

Java
我要回答