11月 10 Sentinel-微服务整合sentinel 微服务,Sentinel 1.引入sentinel依赖: 12345<!--引入sentinel依赖--><dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId></dependency> 配置控制台地址(让微服务与控制台建立联系): 12345spring: cloud: sentinel: transport: dashboard: localhost:8080 # sentinel控制台地址 (如果是在云服务器上安装的sentinel,localhost改为服务器的ip地址) 上一篇 【多余的@autowired】springboot异常:Consider defining a bean of type ‘java.lang.String‘ 下一篇 【分布式事务】XA模式、AT模式、TCC模式、SAGA模式