其他分享
首页 > 其他分享> > org.springframework.web下无servlet包

org.springframework.web下无servlet包

作者:互联网

问题截图:

解决方法:在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