Skip to content

Commit

Permalink
[UPDATE]3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Exrick committed Jul 2, 2021
1 parent 8cc0553 commit 5277af0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xboot-fast/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
# 全局限流
Expand Down
4 changes: 4 additions & 0 deletions xboot-module/xboot-admin/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
# 全局限流
Expand Down

0 comments on commit 5277af0

Please sign in to comment.