Commit 7eb9eb5b authored by yanzg's avatar yanzg

设置打包时可以通过GIT查看源码

parent 2b176be2
...@@ -213,7 +213,13 @@ public class MqServiceImpl implements MqService { ...@@ -213,7 +213,13 @@ public class MqServiceImpl implements MqService {
} else { } else {
queueServerDao.update(vo); queueServerDao.update(vo);
} }
return "创建成功";
RegisterServerTokenReqVo to = JsonHelper.to(req,RegisterServerTokenReqVo.class);
to.setToken(localQueueName);
this.registerServerToken(to);
return localQueueName;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment