增加抓取模式的配置

This commit is contained in:
xiongxiaoyang 2020-04-26 12:29:15 +08:00
parent 52f6bd2519
commit 979bcb47df
2 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,8 @@ mybatis:
mysql: {charset: utf8mb4}
books: {lowestScore: 6.0}
crawl:
website: {type: '4'}
soft-novel: 0
manhua: 0
patten: 3
website: {type: 3}
soft-novel: '1'
manhua: '1'
logging: {config: 'classpath:logback-boot.xml'}