当前位置:   article > 正文

解决:NoClassdefFoundError:com.lmax.disruptor.EventHandler

com.lmax.disruptor.eventhandler

今天遇到了这样一个报错信息,NoClassdefFoundError:com.lmax.disruptor.EventHandler
查了之后发现是因为少了一个叫disruptor的jar包,可以添加maven依赖解决:

<dependency>
	<groupId>com.lmax</groupId>
	<artifactId>disruptor</artifactId>
	<version>3.4.2</version>
</dependency>
  • 1
  • 2
  • 3
  • 4
  • 5

也可以找到对应的jar包放进去。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/255004
推荐阅读
  

闽ICP备14008679号