- 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.
推薦閱讀
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Python數據可視化:基于Bokeh的可視化繪圖
- Dependency Injection in .NET Core 2.0
- Getting Started with PowerShell
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Java持續交付
- 零基礎入門學習Python(第2版)
- Learning Apache Karaf
- Julia High Performance(Second Edition)
- AutoCAD基礎教程
- Yii2 By Example
- Getting Started with JUCE
- HTML并不簡單:Web前端開發精進秘籍
- JavaScript語法簡明手冊