修复类似报错:relation "sys_config" does not exist on single_node
This commit is contained in:
parent
a83d6f65cd
commit
3f31445a40
@ -9,7 +9,7 @@ spring:
|
||||
# url: jdbc:mysql://localhost:3306/jgwebsite?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
# username: root
|
||||
# password: 123456
|
||||
url: jdbc:opengauss://IP:端口/数据库?searchpath=模式
|
||||
url: jdbc:opengauss://IP:端口/数据库?currentSchema=模式
|
||||
username: 用户名
|
||||
password: 密码
|
||||
# 从库数据源
|
||||
@ -71,7 +71,7 @@ spring:
|
||||
# 数据库索引
|
||||
database: 0
|
||||
# 密码
|
||||
password:
|
||||
password: foobared
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
|
Loading…
Reference in New Issue
Block a user