consul 几个方便使用的类库

consul 几个方便使用的类库

1. java


 
  1. <dependency>
  2. <groupId>com.ecwid.consul</groupId>
  3. <artifactId>consul-api</artifactId>
  4. <version>1.1.10</version>
  5. </dependency>
 
  1. <dependency>
  2. <groupId>com.orbitz.consul</groupId>
  3. <artifactId>consul-client</artifactId>
  4. <version>0.13.10</version>
  5. </dependency>
2.  nodejs
 
  npm install consul
 
 

posted on 2017-02-08 11:18  荣锋亮  阅读(1613)  评论(0编辑  收藏  举报

导航