|
@ -12,6 +12,11 @@ |
|
|
<artifactId>data-aggregator-server</artifactId> |
|
|
<artifactId>data-aggregator-server</artifactId> |
|
|
|
|
|
|
|
|
<dependencies> |
|
|
<dependencies> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
|
|
<artifactId>epmet-commons-tools</artifactId> |
|
|
|
|
|
<version>2.0.0</version> |
|
|
|
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<artifactId>epmet-commons-mybatis</artifactId> |
|
|
<artifactId>epmet-commons-mybatis</artifactId> |
|
@ -47,11 +52,10 @@ |
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> |
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<!--服务调用相关依赖--> |
|
|
|
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>io.github.openfeign</groupId> |
|
|
<artifactId>epmet-commons-service-call</artifactId> |
|
|
<artifactId>feign-httpclient</artifactId> |
|
|
<version>0.3.1</version> |
|
|
<version>10.3.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<!--动态数据源--> |
|
|
<!--动态数据源--> |
|
|
<dependency> |
|
|
<dependency> |
|
|