Files
spring-boot-rest/spring-cloud/spring-cloud-bootstrap/application-config/gateway.properties

10 lines
249 B
INI

spring.application.name=gateway
server.port=8080
eureka.client.region = default
eureka.client.registryFetchIntervalSeconds = 5
zuul.routes.resource.path=/resource/**
hystrix.command.resource.execution.isolation.thread.timeoutInMilliseconds: 5000