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

ickstarts.ribbon.2.2.130.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 2.2.149
Show newest version
spring:
  application:
    # This ends up as the service name in zipkin
    name: ${project.artifactId}
  sleuth:
    sampler:
      percentage: 1.0

#Enable / Disable Ribbon Http Client (disabling requires spring-cloud-netflix 1.1.0 (currently unreleased))
ribbon:
  http:
    client:
      enabled: true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy