Skip to content

Commit f1c893e

Browse files
committed
Polish indent
1 parent 2416a93 commit f1c893e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,10 @@ content into your application; rather pick only the properties that you need.
371371
372372
# HEALTH INDICATORS
373373
health.db.enabled=true
374-
health.mongo.enabled=true
375-
health.rabbit.enabled=true
376-
health.redis.enabled=true
377-
health.solr.enabled=true
374+
health.mongo.enabled=true
375+
health.rabbit.enabled=true
376+
health.redis.enabled=true
377+
health.solr.enabled=true
378378
health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP
379379
380380
# MVC ONLY ENDPOINTS

0 commit comments

Comments
 (0)