1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Merge pull request #1001 from echooymxq/master

Optimize example module name
This commit is contained in:
format 2019-10-18 15:19:51 +08:00 committed by GitHub
commit 9b32b41d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>nacos-discovery-spring-cloud-config-client</artifactId> <artifactId>nacos-discovery-spring-cloud-config-client-example</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>Example demonstrating how to use nacos discovery</description> <description>Example demonstrating how to use nacos discovery</description>

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>nacos-discovery-with-spring-cloud-config-example</artifactId> <artifactId>nacos-discovery-spring-cloud-config-server-example</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>Example demonstrating how to use nacos discovery</description> <description>Example demonstrating how to use nacos discovery</description>

View File

@ -19,7 +19,7 @@
<modules> <modules>
<module>nacos-discovery-consumer-example</module> <module>nacos-discovery-consumer-example</module>
<module>nacos-discovery-provider-example</module> <module>nacos-discovery-provider-example</module>
<module>nacos-discovery-spring-cloud-config-server</module> <module>nacos-discovery-spring-cloud-config-server-example</module>
<module>nacos-discovery-spring-cloud-config-client</module> <module>nacos-discovery-spring-cloud-config-client-example</module>
</modules> </modules>
</project> </project>