Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
ceb3be2b
Commit
ceb3be2b
authored
Oct 17, 2023
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(equip):优化对接IOT代码,去掉influxdb
parent
4fdb52b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
8 deletions
+1
-8
pom.xml
amos-boot-data/amos-boot-data-equip/pom.xml
+0
-7
KafkaConsumerWorker.java
...ain/java/com/yeejoin/equip/kafka/KafkaConsumerWorker.java
+0
-1
EquipmentSpecificIndexMapper.xml
...n/resources/mapper/mysql/EquipmentSpecificIndexMapper.xml
+1
-0
No files found.
amos-boot-data/amos-boot-data-equip/pom.xml
View file @
ceb3be2b
...
@@ -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>
...
...
amos-boot-data/amos-boot-data-equip/src/main/java/com/yeejoin/equip/kafka/KafkaConsumerWorker.java
View file @
ceb3be2b
...
@@ -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
();
}
}
}
}
}
}
...
...
amos-boot-data/amos-boot-data-equip/src/main/resources/mapper/mysql/EquipmentSpecificIndexMapper.xml
View file @
ceb3be2b
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment