删除jdbc连接中的 stringtype=unspecified& 属性
This commit is contained in:
parent
410c618035
commit
f8782906a5
@ -6,7 +6,7 @@ spring:
|
|||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:postgresql://localhost:5432/ruoyi?stringtype=unspecified&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=Asia/Shanghai
|
url: jdbc:postgresql://localhost:5432/ruoyi?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=Asia/Shanghai
|
||||||
username: postgres
|
username: postgres
|
||||||
password: lcck1345
|
password: lcck1345
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user