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

add nacos-config starter and nacos-discovery starter

This commit is contained in:
flystar32
2018-09-17 17:41:55 +08:00
parent 8d6b4034be
commit 1e030e6eb0
72 changed files with 4798 additions and 110 deletions

View File

@@ -12,10 +12,13 @@
<artifactId>spring-cloud-alibaba-examples</artifactId>
<packaging>pom</packaging>
<name>Spring Cloud Alibaba Examples</name>
<description>Example showing how to use features of Spring Cloud Alibaba</description>
<modules>
<module>sentinel-example</module>
<module>nacos-example/nacos-discovery-example</module>
<module>nacos-example/nacos-config-example</module>
<module>sentinel-dubbo-provider-example</module>
<module>sentinel-dubbo-consumer-example</module>
<module>sentinel-dubbo-api</module>