+1 Thanks! We can use the starter and spring-boot autoconfig dependency directly from maven repo :-)
<!-- https://mvnrepository.com/artifact/org.apache.rocketmq/rocketmq-spring-boot-starter --> <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-spring-boot-starter</artifactId> <version>2.0.1</version> </dependency> > 在 2019年1月18日,上午10:50,Shannon <[email protected]> 写道: > > Hello RocketMQ Community, > > This is the vote for the release of RocketMQ spring 2.0.1. > > This release will put the rocketmq-spring dependency into maven central > repository and allow users to use it directly in the POM file. > > You can find the release note by below link: > https://github.com/apache/rocketmq-spring/releases/tag/rocketmq-spring-all-2.0.1 > > <https://github.com/apache/rocketmq-spring/releases/tag/rocketmq-spring-all-2.0.1> > > And more, you can find the artifact by blow link: > https://mvnrepository.com/artifact/org.apache.rocketmq/rocketmq-spring-boot/2.0.1 > > <https://mvnrepository.com/artifact/org.apache.rocketmq/rocketmq-spring-boot/2.0.1> > > The vote will be open for at least 72 hours or until a necessary number of > votes are reached. > > Please vote accordingly: > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove with the reason > > Thanks, > The Apache RocketMQ Team
