I've included the two depedencies: ``` <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-actuator-docs</artifactId> </dependency> ``` And then with Spring Boot 1.4.2 the /doc endpoint returns me 404. But When I use Spring Boot 1.4.1 and below, It works.