问题截图:
解决方法:在pom.xml导入spring-webmvc依赖
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.2.6.RELEASE</version>
</dependency>
标签:webmvc,xml,web,spring,springframework,org,servlet
来源: https://blog.csdn.net/All____/article/details/120618557