一、创建项目
创建一个SpringBoot项目,环境:JDK8,添加依赖:Spring Web、MyBatis FrameWork(最主要)
二、创建核心类
1.项目分层
2.核心类
在mqserver包中添加一个包,名字为core,表示核心类。
- Exchange
ExchangeType
-
MSGQueue
(为了区分Queue)
-
Binding
-
Message
BasicProperties
来源地址:https://blog.csdn.net/m0_71690645/article/details/132554488