[monitor]移除设置菜单,内存缓存替换redis依赖

This commit is contained in:
tomsun28
2022-01-30 15:28:46 +08:00
parent 04b869e4a1
commit fa7d7dd473
8 changed files with 88 additions and 42 deletions

View File

@@ -2,6 +2,6 @@ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.usthe.warehouse.WarehouseProperties,\
com.usthe.warehouse.MetricsDataQueue,\
com.usthe.warehouse.WarehouseWorkerPool,\
com.usthe.warehouse.store.RedisDataStorage,\
com.usthe.warehouse.store.MemoryDataStorage,\
com.usthe.warehouse.store.TdEngineDataStorage,\
com.usthe.warehouse.controller.MetricsDataController