Skip to content

Commit 5277af0

Browse files
committed
[UPDATE]3.3.4
1 parent 8cc0553 commit 5277af0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

xboot-fast/src/main/resources/application.yml

+5
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ spring:
113113
instance:
114114
# 实例url
115115
service-base-url: http://127.0.0.1:${server.port}/
116+
autoconfigure:
117+
exclude:
118+
# 暂未使用ES 排除client自动装配类
119+
- org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientAutoConfiguration
120+
116121

117122
xboot:
118123
# 全局限流

xboot-module/xboot-admin/src/main/resources/application.yml

+4
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ spring:
116116
instance:
117117
# 实例url
118118
service-base-url: http://127.0.0.1:${server.port}/
119+
autoconfigure:
120+
exclude:
121+
# 暂未使用ES 排除client自动装配类
122+
- org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientAutoConfiguration
119123

120124
xboot:
121125
# 全局限流

0 commit comments

Comments
 (0)