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.
13 lines
310 B
13 lines
310 B
# 数据库配置 - 使用SQLite持久化存储(数据保存在文件中)
|
|
db.driver=org.sqlite.JDBC
|
|
db.url=jdbc:sqlite:./data/commodity.db
|
|
db.username=
|
|
db.password=
|
|
|
|
# 爬虫配置
|
|
crawl.page.count=30
|
|
|
|
# 输出配置
|
|
output.log.dir=./logs/
|
|
output.chart.dir=./output/charts/
|
|
output.excel.dir=./output/excel/
|