Tweak tests while verifying changes in netflix core
This commit is contained in:
@@ -13,4 +13,12 @@ eureka:
|
||||
leaseRenewalIntervalInSeconds: 10
|
||||
client:
|
||||
registryFetchIntervalSeconds: 5
|
||||
|
||||
|
||||
---
|
||||
spring:
|
||||
profiles: native
|
||||
cloud:
|
||||
config:
|
||||
server:
|
||||
native:
|
||||
searchLocations: /tmp/
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user