The simplest spring cloud Tutorial Part 1: service registration and discovery (Eureka)
preface
This article mainly introduces the spring cloud service registration and discovery (Eureka) for your reference and learning. Let's take a look at the detailed introduction:
1、 Introduction to spring cloud
Spring cloud provides developers with some tools to quickly build distributed systems, including configuration management, service discovery, circuit breaker, routing, micro agent, event bus, global lock, decision election, distributed session and so on. It runs in a simple environment and can run on developers' computers. In addition, it shows that spring cloud is based on springboot, so you need to have a certain understanding of springboot in development. If you don't, you can see this article. In addition, if you don't know about "micro service architecture", you can search "micro service architecture" through the search engine.
Source code download: https://github.com/forezp/SpringCloudLearning/tree/master/chapter1
Official documentation of springcloud Eureka server
Springcloud Eureka client official document