From 010c4c35fc2252bd7f3dc41f10b77ce77e1dc2ab Mon Sep 17 00:00:00 2001 From: adiao <1819192616@qq.com> Date: Mon, 3 Apr 2023 07:38:59 +0800 Subject: [PATCH] Updated files --- 资产系统开发笔记.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/资产系统开发笔记.md b/资产系统开发笔记.md index 014a87f..a71edb0 100644 --- a/资产系统开发笔记.md +++ b/资产系统开发笔记.md @@ -242,7 +242,7 @@ public class MessageEventHandler { 1. 创建一个消息工厂类: -``` +```java Copy code @Component public class MessageEventFactory implements EventFactory { @@ -256,7 +256,7 @@ public class MessageEventFactory implements EventFactory { 1. 创建一个Disruptor实例: -``` +```java Copy code @Configuration public class DisruptorConfig {