mirror of
https://github.com/201206030/novel.git
synced 2025-04-27 07:30:50 +00:00
继承爬虫运行脚本
This commit is contained in:
parent
289f1e1670
commit
1f3715f3a8
14
script/crawlbook/application.yml
Normal file
14
script/crawlbook/application.yml
Normal 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'
|
BIN
script/crawlbook/crawl-book-1.0-SNAPSHOT.jar
Normal file
BIN
script/crawlbook/crawl-book-1.0-SNAPSHOT.jar
Normal file
Binary file not shown.
1
script/crawlbook/crawlbook.bat
Normal file
1
script/crawlbook/crawlbook.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
java -jar -Dserver.port=921 crawl-book-1.0-SNAPSHOT.jar
|
Loading…
x
Reference in New Issue
Block a user