diff --git a/script/crawlbook/application.yml b/script/crawlbook/application.yml new file mode 100644 index 0000000..82a20a2 --- /dev/null +++ b/script/crawlbook/application.yml @@ -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' diff --git a/script/crawlbook/crawl-book-1.0-SNAPSHOT.jar b/script/crawlbook/crawl-book-1.0-SNAPSHOT.jar new file mode 100644 index 0000000..4a186ff Binary files /dev/null and b/script/crawlbook/crawl-book-1.0-SNAPSHOT.jar differ diff --git a/script/crawlbook/crawlbook.bat b/script/crawlbook/crawlbook.bat new file mode 100644 index 0000000..3caaac0 --- /dev/null +++ b/script/crawlbook/crawlbook.bat @@ -0,0 +1 @@ +java -jar -Dserver.port=921 crawl-book-1.0-SNAPSHOT.jar \ No newline at end of file