Skip to content

尚硅谷2020最新版SpringCloud(H版&alibaba)框架开发教程全套完整版从入门到精通(大牛讲授spring cloud)

Notifications You must be signed in to change notification settings

zsy0216/cloud2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringCloud Hoxton & SpringCloud Alibaba 学习过程记录

Eureka 集群修改 host 文件

找到C:\Windows\System32\drivers\etc路径下的hosts文件,添加

127.0.0.1 eureka7001.com
127.0.0.1 eureka7002.com

安装 Zookeeper 注册中心

Linux 环境安装 Zookeeper

安装 Consul 注册中心

文件夹 source-files 解压

# 双击 .exe 文件启动
consul agent -dev