Startup.java 206 字节
Newer Older
武汉红喜's avatar
武汉红喜 已提交
1 2 3 4 5 6 7 8 9 10 11
package org.hongxi.whatsmars.zk.embed;

/**
 * Created by shenhongxi on 2020/9/17.
 */
public class Startup {

    public static void main(String[] args) {
        EmbedZookeeperServer.start(2181);
    }
}