idea  中 Caused by: java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener

项目启动出现未知错误:

代码未错,即为idea配置问题:


解決 在IDEA中点击File > Project Structure > Artifacts > 在右侧Output Layout右击项目名,选择Put into Output Root。

​执行后,在WEB-INF在增加了lib目录,里面是项目引用的jar包,点击OK。

 

相关文章:

  • 2021-07-22
  • 2021-11-15
  • 2022-01-03
  • 2021-06-13
  • 2021-07-27
  • 2021-08-14
  • 2021-10-26
猜你喜欢
  • 2021-05-07
  • 2021-12-27
  • 2021-07-12
  • 2021-07-26
  • 2022-01-05
相关资源
相似解决方案