Skip to content

Instantly share code, notes, and snippets.

@thinkmicroservices
Created February 25, 2020 00:55
Show Gist options
  • Save thinkmicroservices/c22df3d91b1e39bd5c2de244f7a38953 to your computer and use it in GitHub Desktop.
Save thinkmicroservices/c22df3d91b1e39bd5c2de244f7a38953 to your computer and use it in GitHub Desktop.
discovery-service:bootstrap.yml
spring:
application:
name: DISCOVERY-SERVICE
cloud:
config:
fail-fast: true
retry:
max-attempts: 10
initial-interval: 1500
multiplier: 1.5
uri: http://localhost:8888
username: think
password: microservices
profiles:
active: dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment