Spring Boot Actuator is a sub-project of Spring Boot.
I am able to access endpoints like http://localhost:8081/health, /status, /env, /metrics, /shutdown but not /actuator or /loginfo endpoints. …
spring spring-boot spring-boot-actuator<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </…
spring spring-boot spring-boot-actuatorI moved to Spring Boot 2.0.0 RC1 from 1.5.10 and I am stuck with actuator in the latest version. How can I …
java spring spring-boot spring-boot-actuatorIn my Spring Boot App (2.0.0.M7) application.properties I set management.endpoint.metrics.enabled=true However, when i hit localhost:8080/…
spring-boot spring-boot-actuatorI'm trying configure an application in Spring Boot with two differents ports, but I haven't got still. My first aproximation …
spring spring-boot spring-boot-actuatorI started my first project on Spring Boot 2 (RC1). Thanks to the already good documentation this has not been to …
java spring spring-boot spring-boot-actuatorI upgraded spring boot from 2.1.9 to 2.2.0 now I am facing some exception while starting the application java : openjdk11 spring-boot: v2.2.0.…
spring spring-boot spring-boot-actuatorThis is my Spring Boot 1.5.1 Actuator application.properties: #Spring Boot Actuator management.contextPath: /actuator management.security.roles=R_0 This is …
java spring spring-boot spring-security spring-boot-actuatorI am creating a demo project for Spring-Config-Server and Spring-Config-Client. In SpringBoot 1.5.6.RELEASE everything is working fine. However, when I …
spring spring-boot spring-cloud spring-boot-actuator spring-cloud-configI cannot get database information or filesystem information to show up on the /health endpoint. I only can get: { "status": "…
java spring oracle spring-boot spring-boot-actuator