智能爬虫优化

This commit is contained in:
xiongxiaoyang
2019-11-17 11:25:12 +08:00
parent 9c76320d8e
commit d8bddd9161
3 changed files with 5 additions and 5 deletions

View File

@@ -36,8 +36,8 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
username: books
password: books
username: root
password: test123456
#password:
initialSize: 1
minIdle: 3