From a96673a2ff96b109eed1bd4bc2bd4b29d0f19257 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Mon, 11 Sep 2017 08:45:42 +0000 Subject: Redirect requests to Discovery service Service registration and discovery are provided by Discovery service, So the requests to api gateway should be redirected to Discovery. Issue-Id: MSB-73 Change-Id: I9f5530c53e473a2d2e96f3d4316ee286e2cff426 Signed-off-by: HuabingZhao --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 45e67f4..e28ed73 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ .settings/ .vscode/ target/ +release/ +**/.checkstyle .vagrant /archives/ *.jar -- cgit 1.2.3-korg