Skip to content

Instantly share code, notes, and snippets.

@thinkmicroservices
Last active February 25, 2020 18:00
Show Gist options
  • Select an option

  • Save thinkmicroservices/4c69148f4ac22e65744fe167cf4e3590 to your computer and use it in GitHub Desktop.

Select an option

Save thinkmicroservices/4c69148f4ac22e65744fe167cf4e3590 to your computer and use it in GitHub Desktop.
content-service:bootstrap.yml
spring:
application:
name: CONTENT-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