消费者

<parent>
<artifactId>microservice-cloud-01</artifactId>
<groupId>com.mengxuegu.springcloud</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../microservice-cloud-01/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>microservice-cloud-04-consumer-product-80</artifactId>
<dependencies>
<dependency>
<groupId>com.mengxuegu.springcloud</groupId>
<artifactId>microservice-cloud-02-api</artifactId>
<version>${project.version}</version>
</dependency>
原文地址:https://www.cnblogs.com/xinghaonan/p/11814955.html