aqlu / rocketmq-demo

It's a demo project for how to use spring-boot-starter-rocketmq
Apache License 2.0
19 stars 19 forks source link

依赖包下载不下来,这个可能是啥原因呀 #4

Closed neatlife closed 6 years ago

neatlife commented 6 years ago

[ERROR] Failed to execute goal on project rocketmq-produce-demo: Could not resolve dependencies for project com.aqlu:rocketmq-produce-demo:jar:1.0.0-SNAPSHOT: Could not find artifact org.apache.rocketmq:spring-boot-starter-rocketmq:jar:1.0.0-SNAPSHOT -> [Help 1]

aqlu commented 6 years ago

请参考README.md,写此Demo时spring-boot-starter-rocketmq项目还处于内部测试中,所以依赖的版本可能不对。

Note:

if org.apache.rocketmq:spring-boot-starter-rocketmq:1.0.0-SNAPSHOT not exists in maven central repository, before you run this demo, you must download spring-boot-starter-rocketmq and use mvn clean install build it by self.

neatlife commented 6 years ago

@aqlu 好的