env-prod.yml 386 B

12345678910111213
  1. profile:
  2. activate: winhc_prod
  3. winhc:
  4. mysql:
  5. driverClassName: com.mysql.jdbc.Driver
  6. jdbcUrl: jdbc:mysql://rm-uf666q55e678h9514123990.mysql.rds.aliyuncs.com/export_data_back?characterEncoding=utf8&useSSL=false&rewriteBatchedStatements=true&useServerPrepStmts=true&cachePrepStmts=true
  7. username: wenshu
  8. password: wenshu_168
  9. task:
  10. numThread: 8
  11. batchSize: 1000