From 9b4433fddf5b401edb0aace8a404ac733b122702 Mon Sep 17 00:00:00 2001
From: 田源 <tianyuan@vci-tech.com>
Date: 星期四, 03 四月 2025 14:35:02 +0800
Subject: [PATCH] 添加非密字段显示

---
 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