Skip to content

Commit

Permalink
perf($SpringBootAdmin): don't check Consul service health
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
johnnymillergh committed Feb 8, 2021
1 parent 6360027 commit e5c8a3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spring-boot-admin/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ server:
shutdown: GRACEFUL

spring:
boot:
admin:
discovery:
ignored-services:
- "consul"
application:
name: @project.artifactId@
profiles:
Expand Down

0 comments on commit e5c8a3d

Please sign in to comment.