From 5277af0ea7db3cf085f8ef3be21329df5bb12cd9 Mon Sep 17 00:00:00 2001 From: exrick <1012139570@qq.com> Date: Fri, 2 Jul 2021 12:11:38 +0800 Subject: [PATCH] [UPDATE]3.3.4 --- xboot-fast/src/main/resources/application.yml | 5 +++++ xboot-module/xboot-admin/src/main/resources/application.yml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/xboot-fast/src/main/resources/application.yml b/xboot-fast/src/main/resources/application.yml index b8161172..4870e59a 100644 --- a/xboot-fast/src/main/resources/application.yml +++ b/xboot-fast/src/main/resources/application.yml @@ -113,6 +113,11 @@ spring: instance: # 实例url service-base-url: http://127.0.0.1:${server.port}/ + autoconfigure: + exclude: + # 暂未使用ES 排除client自动装配类 + - org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientAutoConfiguration + xboot: # 全局限流 diff --git a/xboot-module/xboot-admin/src/main/resources/application.yml b/xboot-module/xboot-admin/src/main/resources/application.yml index fc1ad60a..d76d7b7b 100644 --- a/xboot-module/xboot-admin/src/main/resources/application.yml +++ b/xboot-module/xboot-admin/src/main/resources/application.yml @@ -116,6 +116,10 @@ spring: instance: # 实例url service-base-url: http://127.0.0.1:${server.port}/ + autoconfigure: + exclude: + # 暂未使用ES 排除client自动装配类 + - org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientAutoConfiguration xboot: # 全局限流