diff --git a/config-client-dev.properties b/config-client-dev.properties new file mode 100644 index 0000000..77e1e4a --- /dev/null +++ b/config-client-dev.properties @@ -0,0 +1,8 @@ +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/ \ No newline at end of file