文章
第 02 章:服务注册与发现 Nacos
2026-07-23 04:09:00 阅读: 0
服务注册与发现 Nacos
一、Nacos 简介
Nacos = Naming + Configuration + Service,阿里开源的服务注册与配置中心。
二、快速接入
yaml
spring:
cloud:
nacos:
discovery:
server-addr: 127.0.0.1:8848
三、健康检查
- 临时实例:客户端心跳
- 永久实例:服务端主动探测
