BAEL-312 Adding the resource files that will need to be in a separate git repository.

This commit is contained in:
Tim Schimandle 2016-09-02 00:32:12 -06:00
parent e04b2adce9
commit ed1c7598dd
2 changed files with 11 additions and 6 deletions

View File

@ -1,15 +1,12 @@
spring.application.name=gateway
server.port=8084
server.port=8080
eureka.client.region = default
eureka.client.registryFetchIntervalSeconds = 5
eureka.client.serviceUrl.defaultZone=http://localhost:8082/eureka/
#management.context-path=/manage
#eureka.instance.status-page-url-path=${management.context-path}/info
#eureka.instance.health-check-url-path=${management.context-path}/health
zuul.routes.ui.path=/resource/**
zuul.routes.resource.path=/resource/**
hystrix.command.resource.execution.isolation.thread.timeoutInMilliseconds: 5000
logging.level.org.springframework.cloud.netflix.zuul=debug

View File

@ -0,0 +1,8 @@
spring.application.name=resource
server.port=8083
resource.returnString=hello cloud
eureka.client.region = default
eureka.client.registryFetchIntervalSeconds = 5
eureka.client.serviceUrl.defaultZone=http://localhost:8082/eureka/