cloud-native-app-initializer icon indicating copy to clipboard operation
cloud-native-app-initializer copied to clipboard

Generated with SpringBoot & SpringCloudStarterStreamRocketmq, but missing maven dependencies

Open CzyerChen opened this issue 2 years ago • 0 comments

Components version

  • SpringBoot 2.3.12.Release
  • spring-cloud-starter-stream-rocketmq 2.2.10-RC1

Init project

from: start.aliyun.com image

Start project

  • download project source file
  • import project to IDEA but missing maven dependency Is it necessary to introduce this dependency at initialization?
 <dependency>
            <groupId>org.apache.rocketmq</groupId>
            <artifactId>rocketmq-spring-boot-starter</artifactId>
            <version>2.0.3</version>
        </dependency>
image

CzyerChen avatar Oct 23 '23 08:10 CzyerChen