SpringMVC中org.springframework.web.servlet.DispatcherServlet报红
忘记添加依赖了
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
忘记添加依赖了
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>