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:
commit
9b32b41d05
@ -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>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user