|
@@ -16,8 +16,7 @@
|
|
<description>采美365微服务-父工程</description>
|
|
<description>采美365微服务-父工程</description>
|
|
|
|
|
|
<modules>
|
|
<modules>
|
|
- <module>caimei365-cloud-base</module>
|
|
|
|
- <module>caimei365-cloud-service</module>
|
|
|
|
|
|
+ <module>caimei365-cloud-discovery</module>
|
|
</modules>
|
|
</modules>
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
@@ -45,12 +44,12 @@
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <!--
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
- <!--
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-bus</artifactId>
|
|
<artifactId>spring-cloud-bus</artifactId>
|