diff --git a/资产系统开发笔记.md b/资产系统开发笔记.md index 7330dc1..0753e34 100644 --- a/资产系统开发笔记.md +++ b/资产系统开发笔记.md @@ -402,7 +402,7 @@ public class MyEventHandler { 1. 创建一个Disruptor配置类: -``` +```java Copy code @Configuration @EnableConfigurationProperties(DisruptorProperties.class)