mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
docs(RabbitModuleInitializer.java): 注释修改
This commit is contained in:
parent
61804741f5
commit
670c3154d1
@ -79,7 +79,7 @@ public class RabbitModuleInitializer implements SmartInitializingSingleton {
|
||||
Assert.isTrue(StrUtil.isNotBlank(rabbitModuleInfo.getExchange().getName()), "routingKey:{}未配置exchange的name属性", routingKey);
|
||||
|
||||
Assert.isTrue(rabbitModuleInfo.getQueue() != null, "routingKey:{}未配置queue", routingKey);
|
||||
Assert.isTrue(StrUtil.isNotBlank(rabbitModuleInfo.getQueue().getName()), "routingKey:{}未配置exchange的name属性", routingKey);
|
||||
Assert.isTrue(StrUtil.isNotBlank(rabbitModuleInfo.getQueue().getName()), "routingKey:{}未配置queue的name属性", routingKey);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user