diff --git a/novel-front/src/main/resources/application-crawl.yml b/novel-front/src/main/resources/application-crawl.yml index 7df6f42..545e354 100644 --- a/novel-front/src/main/resources/application-crawl.yml +++ b/novel-front/src/main/resources/application-crawl.yml @@ -9,7 +9,7 @@ crawl: #爬取的网站名称类型 1:笔趣岛 ,2:笔趣塔, 3:顶点 更多网站解析中,敬请期待 biquta: crawlsource: - enabled: false #是否开启此爬虫源 + enabled: true #是否开启此爬虫源 index-url: https://m.biquta.la list-page-url: https://m.biquta.la/class/{0}/{1}.html book-url-pattern: href="/(\d+_\d+)/" @@ -25,7 +25,7 @@ biquta: catalog-pattern: ([^/]+) biqudao: crawlsource: - enabled: false #是否开启此爬虫源 + enabled: true #是否开启此爬虫源 index-url: https://m.biqudao.com list-page-url: https://m.biqudao.com/bqgeclass/{0}/{1}.html book-url-pattern: href="/(bqge\d+)/" @@ -42,7 +42,7 @@ biqudao: dingdian: crawlsource: - enabled: false #是否开启此爬虫源 + enabled: true #是否开启此爬虫源 index-url: https://wap.dingdiann.com list-page-url: https://wap.dingdiann.com/sort/{0}/{1}.html book-url-pattern: href="/(ddk\d+)/" diff --git a/novel-front/src/main/resources/application.yml b/novel-front/src/main/resources/application.yml index 5273f57..3298845 100644 --- a/novel-front/src/main/resources/application.yml +++ b/novel-front/src/main/resources/application.yml @@ -3,9 +3,9 @@ server: spring: datasource: - url: jdbc:mysql://35.236.132.9:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai - username: books - password: 123 + 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 # url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai # username: root # password: test123456