Sicmatr1x
Sicmatr1x
> @TriDiamond 好的,我也确实挺喜欢这个主题的,希望我的测试可以帮助您让它更加完善。 > 还有目前好像又发现了两个问题。 > > 1. 博客正文的目录导航只显示大标题,不知道是个bug还是没有考虑显示小标题。 >  > 2. 代码块放到 details 标签里面,点开 details 标签没有代码。 >  > 然后点一下代码块,代码就出来了,并且前面会被遮挡住。 >  你点击显示代码块是怎么实现的
You should add both `@EnableHystrixDashboard` and `@EnableCircuitBreaker` like this: ```java @SpringBootApplication @EnableDiscoveryClient @EnableFeignClients @EnableHystrixDashboard @EnableCircuitBreaker public class ConsumerApplication { public static void main(String[] args) { SpringApplication.run(ConsumerApplication.class, args); } } ```
> Hello, > > We have an exciting opportunity for you! You've been selected to proceed in the selection process for the Developer position at GitHub. Congratulations on your achievement!...