首页 > TAG信息列表 > peer1

Eureka高可用注册中心搭建

Eureka高可用注册中心 EurekaServer的高可用实际上就是将自己作为服务向其它服务注册中心注册自己,这样就可以形成一组互相注册的服务注册中心,以实现服务清单的互相同步,达到高可用的效果。(摘自SpringCloud微服务实战) pom.xml配置 基于SpringBoot项目,添加spring cloud eureka依赖,

Eureka(01-入门)Run一个Eureka Server

我们废话不说,先启动一个Eureka Server。 工具:IDEA 2021  一、创建工程 创建一个Spring Boot工程,最新版2.4.1版本。 二、创建Module 保持一致,Spring Boot工程 2.4.1版本  添加依赖Eureka Server  三、配置本地Maven管理器 Maven镜像源可以用华为云提供的Mirror,https://mi

Compose编排Spring Cloud微服务2

Compose编排Spring Cloud微服务2   Docker-Compose 来部署一个双节点的 Eureka 集群   application.yml spring: application: name: microservice-eureka-server-ha --- spring: profiles: peer1 # 指定profile=peer1 server: port: 8761 eureka: instance:

Fabric添加节点

添加节点步骤 确保组织的CA节点已经启动 通过FabricCA生成节点的证书 export PATH=$PATH:${PWD}/../bin export FABRIC_CA_CLIENT_HOME=${PWD}/organizations/peerOrganizations/org1.example.com/ fabric-ca-client register --caname ca-org1 --id.name peer1 --id.secret