迁移zookeeper遇到的坑

迁移zookeeper遇到的坑

(1)classpath不要加斜杠

 

(2)需要添加依赖,要不然报错

<dependency>
            <groupId>jline</groupId>
            <artifactId>jline</artifactId>
            <version>2.14.1</version>
        </dependency>

猜你喜欢

转载自hw1287789687.iteye.com/blog/2327115