1.修改本地host文件
2.启动数据库 启动本地nacos
sudo mysql.server start
cd /Users/mac/Desktop/springCould/nacos/nacos/bin
sh shutdown.sh
sh startup.sh -m standalone
访问
http://127.0.0.1:8848/nacos/
3.导入nacos配置
https://blog.csdn.net/weixin_45641100/article/details/134561100
导入配置选取的是zip文件
image.png
4.启动本地redis
brew services start redis
image.png
image.png
网友评论