用BeanUtil的jar包绑定属性时候(导出数据),导入了commons-beanutils-1.9.3.jar 和 commons-logging-1.2.jar ,启动tomcat 报错:java.lang.NoClassDefFoundError: org/apache/commons/collections/FastHashMap 和  this web application instance has been stopped alrea,如下图:

使用BeanUtils的Jar包问题

在依赖中加入commons-collection-3.2版本的JAR包就可以了。

 

相关文章:

  • 2021-07-13
  • 2021-06-28
  • 2021-11-05
  • 2022-12-23
  • 2021-06-23
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-09-08
  • 2022-12-23
  • 2019-08-26
  • 2021-10-25
相关资源
相似解决方案