From 3f31445a4019f0b5307c55a6705e83c149ce41b5 Mon Sep 17 00:00:00 2001 From: hyy Date: Wed, 6 Nov 2024 09:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=B1=BB=E4=BC=BC=E6=8A=A5?= =?UTF-8?q?=E9=94=99=EF=BC=9Arelation=20"sys=5Fconfig"=20does=20not=20exis?= =?UTF-8?q?t=20on=20single=5Fnode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 2e9ef9e..e819d78 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -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: