springMVC问题求解决

问题遇到的现象和发生背景

找不到文件
IOException parsing XML document from class path resource [applicationContext.xml]; nested exception is java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist

用代码块功能插入代码,请勿粘贴截图

设置了resources


```java
<servlet>
    <servlet-name>surveyservlet-name>
    <servlet-class>org.springframework.web.servlet.DispatcherServletservlet-class>
    <init-param>
      <param-name>contextConfigLocationparam-name>
      <param-value>classpath:spring-mvc.xmlparam-value>
    init-param>
    <load-on-startup>1load-on-startup>
  servlet>


为什么不行?

你的xml文件名在哪个目录下, 文件名是啥