server: port: 84 spring: application: name: nacos-order-consumer cloud: nacos: discovery: server-addr: localhost:8848 sentinel: transport: #配置Sentinel dashboard她址 dashboard: localhost:8080 #默认8719端口,假如被占用会自动从8719开始依次+1扫描,直全找到末被占用的端口 port: 8719 #消费者将要去访问的微服务名称(注册成功进ūc05的機服务提供者) service-url: nacos-user-service: http://nacos-payment-provider #management: # endpoints: # web: # exposure: # include: '*' #激entinel.对Feign,的支持 feign: sentinel: enabled: true