Merge branch '1.4.x' into 1.5.x
This commit is contained in:
@@ -1120,7 +1120,7 @@ content into your application; rather pick only the properties that you need.
|
||||
management.health.rabbit.enabled=true # Enable RabbitMQ health check.
|
||||
management.health.redis.enabled=true # Enable Redis health check.
|
||||
management.health.solr.enabled=true # Enable Solr health check.
|
||||
management.health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP # Comma-separated list of health statuses in order of severity.
|
||||
management.health.status.order=DOWN, OUT_OF_SERVICE, UP, UNKNOWN # Comma-separated list of health statuses in order of severity.
|
||||
|
||||
# INFO CONTRIBUTORS ({sc-spring-boot-actuator}/autoconfigure/InfoContributorProperties.{sc-ext}[InfoContributorProperties])
|
||||
management.info.build.enabled=true # Enable build info.
|
||||
|
||||
Reference in New Issue
Block a user