提交 eb3110e4 编写于 作者: xiaonannet's avatar xiaonannet

调整服务器采集服务配置

上级 7e1044f1
......@@ -54,6 +54,34 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- thinglinks Common Swagger -->
<dependency>
<groupId>com.mqttsnet</groupId>
<artifactId>thinglinks-common-swagger</artifactId>
<version>${thinglinks.version}</version>
</dependency>
<!-- thinglinks Common Log -->
<dependency>
<groupId>com.mqttsnet</groupId>
<artifactId>thinglinks-common-log</artifactId>
<version>${thinglinks.version}</version>
</dependency>
<!-- thinglinks Common Rocketmq -->
<dependency>
<groupId>com.mqttsnet</groupId>
<artifactId>thinglinks-common-rocketmq</artifactId>
<version>${thinglinks.version}</version>
</dependency>
<!-- thinglinks Common Swagger -->
<dependency>
<groupId>com.mqttsnet</groupId>
<artifactId>thinglinks-common-swagger</artifactId>
<version>${thinglinks.version}</version>
</dependency>
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
......@@ -78,33 +106,6 @@
<artifactId>lombok</artifactId>
</dependency>
<!-- Swagger UI -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>${swagger.fox.version}</version>
</dependency>
<!-- thinglinks Common Log -->
<dependency>
<groupId>com.mqttsnet</groupId>
<artifactId>thinglinks-common-log</artifactId>
<version>${thinglinks.version}</version>
</dependency>
<!-- thinglinks Common Rocketmq -->
<dependency>
<groupId>com.mqttsnet</groupId>
<artifactId>thinglinks-common-rocketmq</artifactId>
<version>${thinglinks.version}</version>
</dependency>
<!-- thinglinks Common Swagger -->
<dependency>
<groupId>com.mqttsnet</groupId>
<artifactId>thinglinks-common-swagger</artifactId>
<version>${thinglinks.version}</version>
</dependency>
</dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册