snicoll commented on a change in pull request #3: Polish URL: https://github.com/apache/rocketmq-spring/pull/3#discussion_r241311570
########## File path: rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/config/RocketMQAutoConfiguration.java ########## @@ -38,18 +38,18 @@ @Configuration @EnableConfigurationProperties(RocketMQProperties.class) -@ConditionalOnProperty(prefix = "spring.rocketmq", value = "nameServer") +@ConditionalOnProperty(prefix = "spring.rocketmq", value = "name-server") Review comment: Oops, sorry I missed that. Do you want me to revert that change? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
