spring-boot health not showing details (withDetail info)

后端 未结 7 1118
北荒
北荒 2020-12-29 20:13

I have written a class implementing HealthIndicator, overriding the health-method. I return Health.down().withDetail(\"SupportServiceStatus\", \"UP\").build();<

7条回答
提交回复
热议问题