Tweak tests while verifying changes in netflix core

This commit is contained in:
Dave Syer
2015-03-23 16:53:20 +00:00
parent 7418d9a610
commit fd6817805d
3 changed files with 16 additions and 2 deletions

View File

@@ -13,4 +13,12 @@ eureka:
leaseRenewalIntervalInSeconds: 10
client:
registryFetchIntervalSeconds: 5
---
spring:
profiles: native
cloud:
config:
server:
native:
searchLocations: /tmp/

View File

@@ -33,6 +33,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>

View File

@@ -1,4 +1,6 @@
spring.application.name: zuulproxy
server.port: 9900
zuul.routes.ui.path: /ui/**
zuul.routes.ui.url: http://localhost:8080
zuul.routes.ui.url: http://localhost:8080
zuul.routes.bad.path: /bad/**
zuul.routes.bad.url: http://localhost:7777