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

This commit is contained in:
tomsun28
2021-11-25 20:19:40 +08:00
parent 6e3ad838e3
commit 50dd9ea89c
13 changed files with 800 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.usthe.warehouse.WarehouseProperties,\
com.usthe.warehouse.MetricsDataQueue,\
com.usthe.warehouse.WarehouseWorkerPool,\
com.usthe.warehouse.entrance.KafkaDataConsume,\
com.usthe.warehouse.store.InfluxdbDataStorage,\
com.usthe.warehouse.store.RedisDataStorage