Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 598 Bytes

debug.md

File metadata and controls

27 lines (19 loc) · 598 Bytes

上一页 回目录 下一页

在IDE里运行代码

如果想在IDE里来运行代码了解QMQ的运行原理可以按照下面的步骤进行

clone code

git clone https://github.com/qunarcorp/qmq.git

init database

使用 qmq-dist\sql\init.sql 初始化数据库

init config

按照安装里描述的配置对qmq-dist\conf里的配置文件进行对应的修改

config env

以Intellij IDEA为例

IDEA

上一页 回目录 下一页