From 7f5df0954989899974bdb891fde11431b7048e9f Mon Sep 17 00:00:00 2001
From: xiejun <xiejun@vci-tech.com>
Date: 星期五, 01 十一月 2024 14:52:47 +0800
Subject: [PATCH] 集成获取mdm分发通用数据格式接口集成
---
Source/UBCS/ubcs-gateway/src/main/resources/bootstrap.yml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS/ubcs-gateway/src/main/resources/bootstrap.yml b/Source/UBCS/ubcs-gateway/src/main/resources/bootstrap.yml
index 8452e72..4f2e2ae 100644
--- a/Source/UBCS/ubcs-gateway/src/main/resources/bootstrap.yml
+++ b/Source/UBCS/ubcs-gateway/src/main/resources/bootstrap.yml
@@ -10,3 +10,5 @@
loadbalancer:
retry:
enabled: true
+ main:
+ web-application-type: reactive
--
Gitblit v1.10.0