消费者

<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>
 

猜你喜欢

转载自www.cnblogs.com/lijun6/p/11811474.html