Commit 9dbb59cf authored by 王燊荣's avatar 王燊荣

readme

parent f2c48ac0
## ClickHouse批量写入SDK ## ClickHouse批量写入SDK
[TAPD文档](https://www.tapd.cn/37799108/markdown_wikis/show/#1137799108001002671)
### (一) 注意事项 ### (一) 注意事项
#### 1. 必须引入Mybatis-Plus #### 1. 必须引入Mybatis-Plus
...@@ -50,11 +51,5 @@ batching-ck ...@@ -50,11 +51,5 @@ batching-ck
``` ```
#### 2. IXXService 改为继承 ICkBatchService #### 2. IXXService 改为继承 ICkBatchService
![enter image description here](https://www.tapd.cn/tfl/pictures/202308/tapd_37799108_1690965237_504.png)
#### 3. XXServiceImpl 改为继承 CkBatchServiceImpl #### 3. XXServiceImpl 改为继承 CkBatchServiceImpl
![enter image description here](https://www.tapd.cn/tfl/pictures/202308/tapd_37799108_1690965220_190.png) #### 4. 引用实际Service 使用saveBatchRecordsByInput (List<T> records)
``` \ No newline at end of file
@DS("rawdata-ck") 使用了Mybatis-plus 多数据源. 若无,且有多数据源需求,可自行引用
```
#### 4. 引用实际Service 使用saveBatchRecordsByInput (List<T> records)
![enter image description here](https://www.tapd.cn/tfl/pictures/202308/tapd_37799108_1690959847_715.png)
\ No newline at end of file
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