|
@@ -30,10 +30,10 @@
|
|
|
<mybatis-spring-boot.version>2.1.1</mybatis-spring-boot.version>
|
|
|
<druid.version>1.1.21</druid.version>
|
|
|
<swagger.version>2.9.2</swagger.version>
|
|
|
- <!--<swagger-bootstrap.version>1.9.1</swagger-bootstrap.version>-->
|
|
|
<logstash.version>5.2</logstash.version>
|
|
|
<easypoi.version>4.2.0</easypoi.version>
|
|
|
<docker-maven-plugin.version>1.2.1</docker-maven-plugin.version>
|
|
|
+ <aggregator.version>1.1.0</aggregator.version>
|
|
|
<docker.image.prefix>192.168.2.236:5000/diagbotcloud</docker.image.prefix>
|
|
|
<registryUrl>http://192.168.2.236:5000/repository/diagbotcloud/</registryUrl>
|
|
|
</properties>
|
|
@@ -188,6 +188,12 @@
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>io.github.lvyahui8</groupId>
|
|
|
+ <artifactId>spring-boot-data-aggregator-starter</artifactId>
|
|
|
+ <version>${aggregator.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
</dependencies>
|
|
|
|
|
|
<!-- 私有仓库 -->
|