快速解决办法:
缺少spring web 模块
添加依赖即可:
<dependency>
<groupId></groupId>
<artifactId>spring-web</artifactId>
<version>5.1.</version>
<scope>compile</scope>
</dependency>
有任何问题可交流博主,微信:x3744321
快速解决办法:
缺少spring web 模块
添加依赖即可:
<dependency>
<groupId></groupId>
<artifactId>spring-web</artifactId>
<version>5.1.</version>
<scope>compile</scope>
</dependency>
有任何问题可交流博主,微信:x3744321