关于#web#的问题,如何解决?(标签-java)

maven多模块web项目出现 WARN org.springframework.web.servlet.PageNotFound - No mapping for GET /
其他 /** 都能找到进入controller,就是 / 不行


```java
<groupId>org.apache.tomcat.mavengroupId>
          <artifactId>tomcat7-maven-pluginartifactId>
          <version>${plugin.tomcat.version}version>
          <configuration>
            <path>/path>
            <port>80port>
            <uriEncoding>UTF-8uriEncoding>
            <contextFile>${basedir}/src/test/META-INF/context.xmlcontextFile>
          configuration>


通过tomcat7-maven-plugin插件件启动的项目

/ 代表你的根目录,你的根路径有配置映射资源么?