From 9e4d6aca88d8cf40b037c29c199065e916304e01 Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 15 May 2024 08:21:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20application.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gateway/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/src/main/resources/application.yml b/gateway/src/main/resources/application.yml index 3624b27..ef51ad1 100644 --- a/gateway/src/main/resources/application.yml +++ b/gateway/src/main/resources/application.yml @@ -11,7 +11,7 @@ spring: gateway: routes: - id: demo-one - uri: lb://library-service + uri: http://139.224.188.165:8848 predicates: - Path=/** # predicates: