打开es关闭td依赖
parent
610885d897
commit
8fc044bd18
|
@ -133,7 +133,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--打开注释使用rocketmq消息总线-->
|
<!--打开注释使用rocketmq消息总线-->
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>cc.iotkit</groupId>-->
|
<!-- <groupId>cc.iotkit</groupId>-->
|
||||||
<!-- <artifactId>iot-message-rocketmq</artifactId>-->
|
<!-- <artifactId>iot-message-rocketmq</artifactId>-->
|
||||||
<!-- </dependency>-->
|
<!-- </dependency>-->
|
||||||
|
@ -149,17 +149,17 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--打开注释 启用es数据库-->
|
<!--打开注释 启用es数据库-->
|
||||||
<!-- <dependency>-->
|
|
||||||
<!-- <groupId>cc.iotkit</groupId>-->
|
|
||||||
<!-- <artifactId>iot-es-temporal-service</artifactId>-->
|
|
||||||
<!-- </dependency>-->
|
|
||||||
|
|
||||||
<!--打开注释 启用tdengine数据库-->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cc.iotkit</groupId>
|
<groupId>cc.iotkit</groupId>
|
||||||
<artifactId>iot-td-temporal-service</artifactId>
|
<artifactId>iot-es-temporal-service</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!--打开注释 启用tdengine数据库-->
|
||||||
|
<!-- <dependency>-->
|
||||||
|
<!-- <groupId>cc.iotkit</groupId>-->
|
||||||
|
<!-- <artifactId>iot-td-temporal-service</artifactId>-->
|
||||||
|
<!-- </dependency>-->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cc.iotkit</groupId>
|
<groupId>cc.iotkit</groupId>
|
||||||
<artifactId>iot-data-cache</artifactId>
|
<artifactId>iot-data-cache</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue