mirror of
https://github.com/201206030/novel.git
synced 2025-04-27 07:30:50 +00:00
开启爬虫源
This commit is contained in:
parent
58eb59735e
commit
01d8005507
@ -9,7 +9,7 @@ crawl:
|
|||||||
#爬取的网站名称类型 1:笔趣岛 ,2:笔趣塔, 3:顶点 更多网站解析中,敬请期待
|
#爬取的网站名称类型 1:笔趣岛 ,2:笔趣塔, 3:顶点 更多网站解析中,敬请期待
|
||||||
biquta:
|
biquta:
|
||||||
crawlsource:
|
crawlsource:
|
||||||
enabled: false #是否开启此爬虫源
|
enabled: true #是否开启此爬虫源
|
||||||
index-url: https://m.biquta.la
|
index-url: https://m.biquta.la
|
||||||
list-page-url: https://m.biquta.la/class/{0}/{1}.html
|
list-page-url: https://m.biquta.la/class/{0}/{1}.html
|
||||||
book-url-pattern: href="/(\d+_\d+)/"
|
book-url-pattern: href="/(\d+_\d+)/"
|
||||||
@ -25,7 +25,7 @@ biquta:
|
|||||||
catalog-pattern: <a\s+style=""\s+href="(/\d+_\d+/\d+\.html)">([^/]+)</a>
|
catalog-pattern: <a\s+style=""\s+href="(/\d+_\d+/\d+\.html)">([^/]+)</a>
|
||||||
biqudao:
|
biqudao:
|
||||||
crawlsource:
|
crawlsource:
|
||||||
enabled: false #是否开启此爬虫源
|
enabled: true #是否开启此爬虫源
|
||||||
index-url: https://m.biqudao.com
|
index-url: https://m.biqudao.com
|
||||||
list-page-url: https://m.biqudao.com/bqgeclass/{0}/{1}.html
|
list-page-url: https://m.biqudao.com/bqgeclass/{0}/{1}.html
|
||||||
book-url-pattern: href="/(bqge\d+)/"
|
book-url-pattern: href="/(bqge\d+)/"
|
||||||
@ -42,7 +42,7 @@ biqudao:
|
|||||||
|
|
||||||
dingdian:
|
dingdian:
|
||||||
crawlsource:
|
crawlsource:
|
||||||
enabled: false #是否开启此爬虫源
|
enabled: true #是否开启此爬虫源
|
||||||
index-url: https://wap.dingdiann.com
|
index-url: https://wap.dingdiann.com
|
||||||
list-page-url: https://wap.dingdiann.com/sort/{0}/{1}.html
|
list-page-url: https://wap.dingdiann.com/sort/{0}/{1}.html
|
||||||
book-url-pattern: href="/(ddk\d+)/"
|
book-url-pattern: href="/(ddk\d+)/"
|
||||||
|
@ -3,9 +3,9 @@ server:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://35.236.132.9:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||||
username: books
|
username: root
|
||||||
password: 123
|
password: test123456
|
||||||
# url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
# url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||||
# username: root
|
# username: root
|
||||||
# password: test123456
|
# password: test123456
|
||||||
|
Loading…
x
Reference in New Issue
Block a user