mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
fix
This commit is contained in:
parent
1368a1aa84
commit
fed46416be
@ -42,7 +42,7 @@ public final class RocketMQBinderUtils {
|
||||
result.setNameServer(rocketBinderConfigurationProperties.getNameServer());
|
||||
}
|
||||
else {
|
||||
result.setNameServer(Arrays.asList(rocketMQProperties.getNameServer()));
|
||||
result.setNameServer(Arrays.asList(rocketMQProperties.getNameServer().split(";")));
|
||||
}
|
||||
if (rocketMQProperties.getProducer() == null
|
||||
|| StringUtils.isEmpty(rocketMQProperties.getProducer().getAccessKey())) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user