justinsb / jetcd

Java binding for etcd
Apache License 2.0
137 stars 55 forks source link

When I have a certification mechanism etcd, how can I use this jar package #20

Closed buxiaomo closed 7 years ago

buxiaomo commented 7 years ago

I have a certification mechanism etcd service,I saw the example that is used

client = new EtcdClient(URI.create("http://192.168.20.54:2379"));

Through google did not find help documentation, how do I use this jar package