[warehouse] 数据仓储初始化,指标数据读取存储入库influxdb redis编码

This commit is contained in:
tomsun28
2021-11-25 20:19:40 +08:00
parent 51d2798317
commit d88812ab04
14 changed files with 804 additions and 4 deletions

View File

@@ -29,6 +29,12 @@
<artifactId>scheduler</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- data warehouse -->
<dependency>
<groupId>com.usthe.tancloud</groupId>
<artifactId>warehouse</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- spring -->
<dependency>
<groupId>org.springframework.boot</groupId>