From a75ed7b2ec701afa546895653903e9c1f35db2b1 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 26 十月 2023 12:09:51 +0800 Subject: [PATCH] 主数据添加 编码申请添加-ts时间戳bug --- Source/UBCS/ubcs-gateway/src/main/resources/application-dev.yml | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 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 new file mode 100644 index 0000000..7416056 --- /dev/null +++ b/Source/UBCS/ubcs-gateway/src/main/resources/application-dev.yml @@ -0,0 +1,25 @@ +blade: + #澶氬洟闃熷崗浣滄湇鍔¢厤缃� + loadbalancer: + #寮�鍚厤缃� + enabled: true + #鐏板害鐗堟湰 + #version: 3.0.0 + #璐熻浇鍧囪 浼樺厛璋冪敤鐨刬p娈� + prior-ip-pattern: + - 192.168.0.* + - 127.0.0.1 +server: + port: 37000 + +spring: + cloud: + gateway: + discovery: + locator: + enabled: true + loadbalancer: + retry: + enabled: true + main: + web-application-type: reactive -- Gitblit v1.9.3