Spring cloud eureka 简单例子

工作流程: 1. 服务提供者注册服务到服务注册中心。 2. 服务消费者到注册中心获取提供者列表。 3. 服务消费者使用提供者提供的服务。   首先新建maven项目,添加dependency 在 pom.xml <parent> <artifactId>spring-boot-starter-parent</artifactId> <groupId>org.springframework.bo
相关文章
相关标签/搜索