2
respostas

Endpoints retornam erros

Importei a versão

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
            <version>2.0.4.RELEASE</version>
        </dependency>

Pois estou usando a mesma versão do SpringBoot porém os Endpoints não abrem, tentei os:

http://localhost:8080/health http://localhost:8080/beans

Mas ambos retornam o erro:

Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback.

Wed Aug 29 17:56:28 BRT 2018 There was an unexpected error (type=Not Found, status=404). No message available

2 respostas

Opa, realmente bem estranho. Em geral é só colocar as dependências novas, reiniciar a aplicação e acessar. Até na documentação ele comenta que esses endpoints são habilitados por default => https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html

Oi, encontrei o motivo, segue o link: https://stackoverflow.com/questions/48503571/spring-boot-2-0-0-m7-actuator-metrics-endpoint-not-working

Pra acessar o health, é só informar o link assim: http://localhost:9000/actuator

E daí você coloca: http://localhost:8090/actuator/health