|
@@ -96,6 +96,12 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
+ <version>0.9.0.RELEASE</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
<groupId>io.zipkin.java</groupId>
|
|
|
<artifactId>zipkin-server</artifactId>
|
|
|
<version>${zipkin.version}</version>
|
|
@@ -248,7 +254,6 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
- <version>0.9.0.RELEASE</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|
|
@@ -344,8 +349,6 @@
|
|
|
<module>mec-client-api</module>
|
|
|
<module>mec-student</module>
|
|
|
<module>mec-teacher</module>
|
|
|
- <module>mec-education</module>
|
|
|
<module>mec-biz</module>
|
|
|
- <module>data_migration</module>
|
|
|
</modules>
|
|
|
</project>
|