From 21e1f488aa3668e4b7c323730371e4895cb9af02 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 9 Feb 2015 17:06:54 +0000 Subject: [PATCH] Make samples work together a bit --- zuul-proxy-eureka/src/main/resources/application.properties | 2 ++ zuul-proxy/src/main/resources/application.properties | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/zuul-proxy-eureka/src/main/resources/application.properties b/zuul-proxy-eureka/src/main/resources/application.properties index e69de29..5f0bfd1 100644 --- a/zuul-proxy-eureka/src/main/resources/application.properties +++ b/zuul-proxy-eureka/src/main/resources/application.properties @@ -0,0 +1,2 @@ +spring.application.name: zuulproxy +server.port: 9900 \ No newline at end of file diff --git a/zuul-proxy/src/main/resources/application.properties b/zuul-proxy/src/main/resources/application.properties index 1f01bf4..5f0bfd1 100644 --- a/zuul-proxy/src/main/resources/application.properties +++ b/zuul-proxy/src/main/resources/application.properties @@ -1 +1,2 @@ -spring.application.name: zuulproxy \ No newline at end of file +spring.application.name: zuulproxy +server.port: 9900 \ No newline at end of file