1、报这个错误是因为,依赖没删除干净,去maven仓库删除依赖重新下载,

如果不行,则换成其他版本的依赖

<dependency>

    <groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.2.3.RELEASE</version>
<scope>compile</scope>
</dependency>

相关文章:

  • 2021-12-29
  • 2022-12-23
  • 2022-01-04
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-04-19
猜你喜欢
  • 2021-05-30
  • 2021-04-28
  • 2021-07-29
  • 2021-11-15
  • 2021-11-17
相关资源
相似解决方案