node-zk-browser 的java版本
- jdk1.8+
mvn clean package -Ptar
修改conf.yaml配置文件
port : 3000
zk_host : localhost:2181
template_dir : views
static_dir : public
users : { "admin" : "admin" }
debug : true
Type command to start app
./start.sh
You can visit zk now at
http://localhost:3000
Apache License Version 2.0
See LICENSE.txt file in the top level folder.