知网采集
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
528 B

6 months ago
  1. #mysql连接配置
  2. driver = com.mysql.cj.jdbc.Driver
  3. jdbcurl = jdbc:mysql://172.18.1.180:3306/bfd_crawl_list?allowMultiQueries=true&rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf8
  4. user = crawl
  5. password = crawl
  6. #kafka配置
  7. brokers = 172.18.1.101:9092,172.18.1.102:9092,172.18.1.104:9092
  8. topic = newsTopicdata2
  9. brokersTwo = 172.18.1.146:9092,172.18.1.147:9092,172.18.1.148:9092
  10. topicTwo = zhiWangTest2
  11. #topic = testoil
  12. errortopic = zhiWangErrorTest
  13. #时间倒序排列为1(1/0)
  14. orderBy = 1
  15. threadNum = 30