diff --git a/script/crawlbook/application.yml b/script/crawlbook/application.yml index cd84373..d6cea8a 100644 --- a/script/crawlbook/application.yml +++ b/script/crawlbook/application.yml @@ -1,15 +1,15 @@ server: {port: 8083} spring: - 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} + 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: 9.0} +books: {lowestScore: 6.0} crawl: - website: {type: '4'} - soft-novel: '1' - manhua: '1' + website: {type: '5'} + soft-novel: 0 + manhua: 0 logging: {config: 'classpath:logback-boot.xml'} diff --git a/script/crawlbook/crawl-book-1.0-SNAPSHOT.jar b/script/crawlbook/crawl-book-1.0-SNAPSHOT.jar index 4d0eda3..dff9d1a 100644 Binary files a/script/crawlbook/crawl-book-1.0-SNAPSHOT.jar and b/script/crawlbook/crawl-book-1.0-SNAPSHOT.jar differ