I am new to Spring Boot application. I am using actuator for health monitoring. I know that we can get health by using http://localhost:8080/health which returns you JSON with status of application, disk space and DB status.
I want to show this health report in well formatted on HTML page means on GUI format. I don't want to use Spring Boot Admin UI. Is there is any way where I can use this json in HTML or thymeleaf themplate.