v2.0.3发布

This commit is contained in:
xiongxiaoyang
2019-12-06 10:13:04 +08:00
parent dc707a49ed
commit cdf1d0c084
5 changed files with 16 additions and 15 deletions

View File

@@ -4,8 +4,8 @@ server:
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
username: books
password: books
# url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
# username: root
# password: test123456
@@ -77,7 +77,7 @@ crawl:
pic:
save:
type: 1 #图片保存方式, 1不保存使用网络图片 2本地保存
path: d:/pic #图片保存路径
path: /var/pic #图片保存路径
search: