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