mirror of
https://github.com/201206030/novel.git
synced 2025-06-24 08:06:39 +00:00
修复管理后台配置文件和sql的部分兼容性
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user