walking98 commented on a change in pull request #3: Polish URL: https://github.com/apache/rocketmq-spring/pull/3#discussion_r241239848
########## 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: cool, we have the similar PR for relaxed name: https://github.com/apache/rocketmq-spring/pull/2 ---------------------------------------------------------------- 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
