All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nsabre.opensabre-starter-rpc.0.0.9.source-code.opensabre-rpc.yml Maven / Gradle / Ivy

There is a newer version: 0.1.0
Show newest version
feign:
  circuitbreaker:
    enabled: true
  sentinel:
    enabled: true
  httpclient:
    hc5:
      enabled: true
  compression:
    request:
      enabled: true
    response:
      enabled: true
  client:
    config:
      default:
        connectTimeout: 5000
        readTimeout: 10000
        loggerLevel: basic
spring:
  cloud:
    sentinel:
      enabled: true
      datasource:
        opensabre:
          nacos:
            server-addr: ${REGISTER_HOST:localhost}:${REGISTER_PORT:8848}
            groupId: DEFAULT_GROUP
            dataId: ${spring.application.name}-sentinel.json
            rule-type: flow




© 2015 - 2025 Weber Informatics LLC | Privacy Policy