继承爬虫运行脚本

This commit is contained in:
xiongxiaoyang 2019-12-09 18:53:00 +08:00
parent 289f1e1670
commit 1f3715f3a8
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
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}
mybatis:
mapper-locations: classpath:mybatis/mapping/*.xml
type-aliases-package: xyz.zinglizingli.books.po
configuration: {log-impl: org.apache.ibatis.logging.stdout.StdOutImpl}
mysql: {charset: utf8mb4}
books: {lowestScore: '8.5'}
crawl:
website: {type: '1'}
soft-novel: '1'
manhua: '0'

Binary file not shown.

View File

@ -0,0 +1 @@
java -jar -Dserver.port=921 crawl-book-1.0-SNAPSHOT.jar