sentinel配置
1.引入jar
com.alibaba.cloud
spring-cloud-starter-alibaba-sentinel
2.配置文件
sentinel:
transpost:
dashboard: localhost:8080
3.官网下载sentinel 包使用java -jar命令启动,通过配置启动参数来修改端口号等