File tree 2 files changed +9
-0
lines changed
xboot-fast/src/main/resources
xboot-module/xboot-admin/src/main/resources
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,11 @@ spring:
113
113
instance :
114
114
# 实例url
115
115
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
+
116
121
117
122
xboot :
118
123
# 全局限流
Original file line number Diff line number Diff line change @@ -116,6 +116,10 @@ spring:
116
116
instance :
117
117
# 实例url
118
118
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
119
123
120
124
xboot :
121
125
# 全局限流
You can’t perform that action at this time.
0 commit comments