From 465722b0b4c9d506279f9e4ee665bfaaf2647126 Mon Sep 17 00:00:00 2001 From: falconwoo Date: Thu, 8 Jul 2021 02:49:33 +0000 Subject: [PATCH] update notificationCenter url --- application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.yml b/application.yml index c29158c..667dc1e 100644 --- a/application.yml +++ b/application.yml @@ -4,7 +4,7 @@ notificationCenter: http://localhost:8087 feign: notificationCenter: name: 'notification-center' - url: 'http://localhost:8081' + url: 'http://localhost:8087' practiseDiary: name: 'practise-diary' url: 'http://localhost:8086' -- Gitee