Commit ceb3be2b authored by 刘林's avatar 刘林

fix(equip):优化对接IOT代码,去掉influxdb

parent 4fdb52b4
...@@ -35,13 +35,6 @@ ...@@ -35,13 +35,6 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yeejoin</groupId>
<artifactId>amos-component-influxdb</artifactId>
<version>1.9.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.typroject</groupId> <groupId>org.typroject</groupId>
<artifactId>tyboot-core-restful</artifactId> <artifactId>tyboot-core-restful</artifactId>
<version>${tyboot-version}</version> <version>${tyboot-version}</version>
......
...@@ -173,7 +173,6 @@ public class KafkaConsumerWorker implements CommandLineRunner { ...@@ -173,7 +173,6 @@ public class KafkaConsumerWorker implements CommandLineRunner {
processRecord(records); processRecord(records);
}); });
kafkaConsumer.commitSync(); kafkaConsumer.commitSync();
exec.shutdown();
} }
} }
} }
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
ei.id, ei.id,
ei.name_key, ei.name_key,
si.value, si.value,
si.value_enum,
ei.is_iot, ei.is_iot,
si.index_address, si.index_address,
si.gateway_id, si.gateway_id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment