MicroservicesTutorial/gateway-service/src/main/resources/bootstrap.yaml

7 lines
122 B
YAML

spring:
application:
name: gateway-service
cloud:
config:
enabled: true
uri: http://localhost:8081