org.springframework.web下无servlet包

问题截图:

解决方法:在pom.xml导入spring-webmvc依赖

<dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
            <version>5.2.6.RELEASE</version>
        </dependency>