[
https://issues.apache.org/jira/browse/ROCKETMQ-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16380152#comment-16380152
]
ASF GitHub Bot commented on ROCKETMQ-120:
-----------------------------------------
aqlu commented on issue #32: [ROCKETMQ-120] Provider a adapter for spring and
spring-boot
URL: https://github.com/apache/rocketmq-externals/pull/32#issuecomment-369209036
@sdhery @zhouxinyu The reason for this problem is that in SpringBoot version
2.0, `@ConditionalOnProperty` removed attribute of `relaxedNames`, but i don't
know why spring official do that.
You can use `spring.rocketmq.nameServer=127.0.0.1:9876` replace
`spring.rocketmq.name-server=127.0.0.1:9876` in `application.properties`
resolved it.
----------------------------------------------------------------
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]
> Provide a adapter for spring and spring-boot
> --------------------------------------------
>
> Key: ROCKETMQ-120
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-120
> Project: Apache RocketMQ
> Issue Type: Wish
> Components: rocketmq-externals
> Reporter: yukon
> Assignee: dongeforever
> Priority: Minor
>
> Provider a rocketmq-spring adapter for the convenience of the spring user.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)