新增顶点小说网站解析,设置默认爬虫源为定点小说

This commit is contained in:
xiongxiaoyang
2019-12-18 14:04:21 +08:00
parent c71a5ebd6f
commit 793d32b314
7 changed files with 53 additions and 9 deletions

View File

@ -1,7 +1,7 @@
server: {port: 8083}
spring:
datasource: {url: 'jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai',
username: books, password: books}
username: root, password: test123456}
mybatis:
mapper-locations: classpath:mybatis/mapping/*.xml
type-aliases-package: xyz.zinglizingli.books.po
@ -9,6 +9,6 @@ mybatis:
mysql: {charset: utf8mb4}
books: {lowestScore: '8.5'}
crawl:
website: {type: '2'}
website: {type: '3'}
soft-novel: '0'
manhua: '0'