From be0fc7cfd6fb66bb9e93eac1bbc9c382bdc9db83 Mon Sep 17 00:00:00 2001 From: hill Date: Fri, 6 Oct 2017 09:10:53 +0800 Subject: [PATCH] add new config --- respo/service-hello-dev.properties | 11 +++++++++++ respo/service-hi-dev.properties | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 respo/service-hello-dev.properties create mode 100644 respo/service-hi-dev.properties diff --git a/respo/service-hello-dev.properties b/respo/service-hello-dev.properties new file mode 100644 index 000000000..9e0f88e7a --- /dev/null +++ b/respo/service-hello-dev.properties @@ -0,0 +1,11 @@ + +foo = foo version 2 +democonfigclient.message=hello spring io + +# routes to serviceId +# routes to url +# zuul.routes.api-a-url.path=/userapi/** +# zuul.routes.api-a-url.url=http://localhost:8881/ +#eureka.client.serviceUrl.defaultZone=http://localhost:8880/eureka/ + + diff --git a/respo/service-hi-dev.properties b/respo/service-hi-dev.properties new file mode 100644 index 000000000..9e0f88e7a --- /dev/null +++ b/respo/service-hi-dev.properties @@ -0,0 +1,11 @@ + +foo = foo version 2 +democonfigclient.message=hello spring io + +# routes to serviceId +# routes to url +# zuul.routes.api-a-url.path=/userapi/** +# zuul.routes.api-a-url.url=http://localhost:8881/ +#eureka.client.serviceUrl.defaultZone=http://localhost:8880/eureka/ + +