Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thinkmicroservices/0aff46e2f08297db2ebd0ab2945fe80c to your computer and use it in GitHub Desktop.
Save thinkmicroservices/0aff46e2f08297db2ebd0ab2945fe80c to your computer and use it in GitHub Desktop.
AccountProfileService: bootstrap.yml
spring:
application:
name: ACCOUNT-PROFILE-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
eureka:
client:
serviceURL:
defaultZone: http://localhost:8761
healthcheck:
enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment