增加百书斋源

This commit is contained in:
xiongxiaoyang
2020-04-14 18:42:09 +08:00
parent f648a8e79e
commit 56645720b3
7 changed files with 68 additions and 9 deletions

View File

@ -1,14 +1,15 @@
server: {port: 8083}
spring:
datasource: {url: 'jdbc:mysql://47.106.243.172:3306/novel?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai',
username: novel, password: novel!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: 9.0}
crawl:
website: {type: '2'}
website: {type: '4'}
soft-novel: '0'
manhua: '0'
logging: {config: 'classpath:logback-boot.xml'}