apache / apache/rocketmq-spring
Why is RocketMQAutoConfiguration @ConditionalOnProperty set to true
Open
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 943
- PR merge metrics
- No merged PRs in 30d
Description
RocketMQAutoConfiguration @ConditionalOnProperty(prefix = "rocketmq", value = {"name-server"}, matchIfMissing = true)
matchIfMissing的值为什么是true,true的话@ConditionalOnProperty似乎没有作用了。
能否改为false呢,因为有时本地是不能连MQ服务器的
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.