本地图片保存优化

This commit is contained in:
xiongxiaoyang
2020-01-06 09:44:50 +08:00
parent 37bef6e1ce
commit 1555c5b170
5 changed files with 15 additions and 5 deletions

View File

@ -1,13 +1,13 @@
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: ''}
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}
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'}
books: {lowestScore: '9.0'}
crawl:
website: {type: '2'}
soft-novel: '0'