From 4ab857b514091a2d283c98ab443aab873a5c6c8e Mon Sep 17 00:00:00 2001 From: yxt_djz Date: Wed, 18 Jan 2023 20:30:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=BD=91=E5=85=B3=E7=9A=84?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt_supervise/gateway/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt_supervise/gateway/src/main/resources/application.yml b/yxt_supervise/gateway/src/main/resources/application.yml index db54d2d8..d57bb760 100644 --- a/yxt_supervise/gateway/src/main/resources/application.yml +++ b/yxt_supervise/gateway/src/main/resources/application.yml @@ -7,7 +7,7 @@ hystrix: thread: timeoutInMilliseconds: 300000 server: - port: 8111 + port: 8112 spring: application: name: gateway-server