2016-12-18 08:28:07 ContextLoader:358 ERROR - Context initialization failed
java.lang.NoClassDefFoundError: org/I0Itec/zkclient/exception/ZkNoNodeException

 

 

解决:

在pom.xml加入

<dependency>

<groupId>com.101tec</groupId>

<artifactId>zkclient</artifactId>
<version>0.10</version>
</dependency>

 

相关文章:

  • 2021-05-27
  • 2021-11-17
  • 2021-12-05
  • 2022-12-23
  • 2021-11-16
  • 2021-08-10
  • 2021-07-20
  • 2021-11-07
猜你喜欢
  • 2022-12-23
  • 2021-04-14
  • 2022-12-23
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案