9101112131415
@ComponentScan("com.netflix.hystrix.contrib.javanica.test.spring") public class SpringApplicationContext { @Bean public HystrixCommandAspect hystrixAspect() { return new HystrixCommandAspect(); }