spring-cloud-starter-openfeign引入的依赖如下: [INFO] +- org.springframework.cloud:spring-cloud-starter-openfeign:jar:2.2.6.RELEASE:compile [INFO] | +- org.springframework.cloud:spring-cloud-openfeign-core:jar:2.2.6.RELEASE:compile [INFO] | | +- org.springframework.boot:spring-boot-starter-...
server:port:8081spring:application:name:cloud-sentine-open-feign-consumercloud:sentinel:transport:port:8719dashboard:192.168.60.129:8080nacos:discovery:server-addr:192.168.60.129:8848management:endpoints:web:exposure:include:"*"feign:sentinel:enabled:true# Enable the Sentinel support for feign in the prope...