修复管理后台配置文件和sql的部分兼容性

This commit is contained in:
xiongxiaoyang
2019-11-15 10:55:07 +08:00
parent 66c1012423
commit c30fb7965a
3 changed files with 5 additions and 294 deletions

View File

@ -36,7 +36,7 @@ spring:
driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
username: root
password: root
password: test123456
#password:
initialSize: 1
minIdle: 3
@ -63,7 +63,7 @@ spring:
redis:
host: 127.0.0.1
port: 6379
spr: test
password: test
# 连接超时时间(毫秒)
timeout: 10000
jedis: