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
 
 

相关文章:

  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
  • 2021-06-03
  • 2020-06-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
  • 2021-09-23
相关资源
相似解决方案