Skip to content

Commit

Permalink
Fix endpoint config deprecations
Browse files Browse the repository at this point in the history
Signed-off-by: Avgustin Marinov <[email protected]>
  • Loading branch information
avgustinmm committed Dec 20, 2024
1 parent a783037 commit d844ee9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spring.cloud.bus.ack.enabled=false
spring.cloud.bus.trace.enabled=false
spring.cloud.bus.refresh.enabled=false
# Disable Cloud Bus endpoints
management.endpoint.bus-refresh.enabled=false
management.endpoint.bus-env.enabled=false
management.endpoint.bus-refresh.access=none
management.endpoint.bus-env.access=none
# Spring cloud bus and stream END

0 comments on commit d844ee9

Please sign in to comment.