Unable to get /hystrix.stream in Spring Cloud
问题 I have created a microservice with following dependencies of Spring cloud version Camden.SR2 . Spring Boot 1.4.1. http://localhost:8080/hystrix.stream is not responding. If I make the Spring Cloud version as Brixton.* (RELEASE, SR1,...), I get only ping: as reply in browser. <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring