From ae5807029edabde0b1e1488c090bd830fccf75a7 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期一, 18 九月 2023 16:13:07 +0800 Subject: [PATCH] 代码提交 --- Source/UBCS/ubcs-gateway/src/main/resources/application-dev.yml | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Source/UBCS/ubcs-gateway/src/main/resources/application-dev.yml b/Source/UBCS/ubcs-gateway/src/main/resources/application-dev.yml index 1ed6d86..5008769 100644 --- a/Source/UBCS/ubcs-gateway/src/main/resources/application-dev.yml +++ b/Source/UBCS/ubcs-gateway/src/main/resources/application-dev.yml @@ -1,3 +1,15 @@ +server: + port: 37000 + +spring: + cloud: + gateway: + discovery: + locator: + enabled: true + loadbalancer: + retry: + enabled: true blade: #澶氬洟闃熷崗浣滄湇鍔¢厤缃� loadbalancer: @@ -9,15 +21,3 @@ prior-ip-pattern: - 192.168.0.* - 127.0.0.1 -server: - port: 80 - -spring: - cloud: - gateway: - discovery: - locator: - enabled: true - loadbalancer: - retry: - enabled: true -- Gitblit v1.9.3