eureka registry for spring cloud microservices
Example code cloud address
https://gitee.com/zhang-xin-1/springcloud1
1, Create Eureka project module
Create eureka project
Create a spring Lnitializr project
Direct search import Eureka dependency
Configuration dependency pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apac ...
Posted by mabans on Sat, 18 Sep 2021 12:05:43 +0200
Spring cloud series, service registry Eureka Foundation
1. Registry of microservices
The registry can be said to be the "address book" in the micro service architecture. It records the mapping relationship between services and service addresses. In the distributed architecture, all services are registered here. When a service needs to call other services, it can be called by finding t ...
Posted by zamzon on Tue, 14 Sep 2021 07:15:16 +0200