添加mq模块

This commit is contained in:
2023-08-10 19:03:11 +08:00
parent dad081905c
commit 5324e088ae
6 changed files with 108 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
package com.njcn.mq.constant;
/**
* @author hongawen
* @version 1.0.0
* @date 2023年08月10日 15:30
*/
public interface Topic {
/***
* 测试阶段用的用户主题
*/
String NJCJ_USER_TOPIC = "njcnUserTopic";
}