新增指定单本小说爬取任务

This commit is contained in:
xiongxiaoyang
2020-04-21 13:00:32 +08:00
parent ccab7f01a2
commit c7caa3049c
3 changed files with 115 additions and 12 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: root, password: test123456}
datasource: {url: 'jdbc:mysql://47.106.243.172:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai',
username: books, password: books!8888}
mybatis:
mapper-locations: classpath:mybatis/mapping/*.xml
type-aliases-package: xyz.zinglizingli.books.po
@ -10,6 +10,6 @@ mysql: {charset: utf8mb4}
books: {lowestScore: 9.0}
crawl:
website: {type: '4'}
soft-novel: '0'
manhua: '0'
soft-novel: '1'
manhua: '1'
logging: {config: 'classpath:logback-boot.xml'}