- profile:
- activate: sj_dev
- winhc:
- mysql:
- driverClassName: com.mysql.jdbc.Driver
- jdbcUrl: jdbc:mysql://127.0.0.1:5306/winhc?characterEncoding=utf8&useSSL=false&rewriteBatchedStatements=true&useServerPrepStmts=true&cachePrepStmts=true
- username: winhc
- password: winhc123
- task:
- numThread: 8
- batchSize: 1000
|