- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 91字
- 2021-06-24 19:17:27
Spring Cloud Consul
Spring Cloud Consul provides integrations with Hashicorp's Consul. This tool addresses problems in the same way as service discovery, a distributed configuration, and control bus. This module allows us to configure Spring applications and Consul with a few annotations in a Spring-based programming model. Autoconfiguration is supported as well. The amazing thing here is that this module can be integrated with some Netflix OSS libraries, such as Zuul and Ribbon, via Spring Cloud Zuul and Spring Cloud Ribbon respectively (for example).
@EnableDiscoveryClient is a common annotation.
推薦閱讀
- Learning NServiceBus(Second Edition)
- Python入門很簡單
- Learning ASP.NET Core 2.0
- Scratch 3游戲與人工智能編程完全自學教程
- Kinect for Windows SDK Programming Guide
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Scala for Machine Learning(Second Edition)
- Mastering ArcGIS Enterprise Administration
- Xcode 6 Essentials
- UML軟件建模
- 大學計算機基礎實訓教程
- Microsoft HoloLens By Example
- Test-Driven iOS Development with Swift
- 基于MATLAB的控制系統仿真及應用
- PostgreSQL 12 High Availability Cookbook