Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
batching-ck
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
java-ms
batching-ck
Commits
9dbb59cf
Commit
9dbb59cf
authored
Aug 03, 2023
by
王燊荣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
f2c48ac0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
README.md
README.md
+2
-7
No files found.
README.md
View file @
9dbb59cf
## 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

#### 3. XXServiceImpl 改为继承 CkBatchServiceImpl
#### 3. XXServiceImpl 改为继承 CkBatchServiceImpl

#### 4. 引用实际Service 使用saveBatchRecordsByInput (List<T> records)
```
\ No newline at end of file
@DS("rawdata-ck") 使用了Mybatis-plus 多数据源. 若无,且有多数据源需求,可自行引用
```
#### 4. 引用实际Service 使用saveBatchRecordsByInput (List<T> records)

\ No newline at end of file
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