From feee3f5d88bd7ae6a77607d4e1b37b2a10cc5b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8B=E6=B1=9F=E5=A4=A9=E6=9E=A2?= Date: Thu, 14 Apr 2022 03:22:27 +0000 Subject: [PATCH] =?UTF-8?q?update=20dubhe-server/yaml/common-shardingjdbc.?= =?UTF-8?q?yaml.=20=E4=BF=AE=E6=94=B9=E4=BA=86yaml=E9=97=AE=E4=BB=B7?= =?UTF-8?q?=E5=86=85=E5=AE=B9=EF=BC=8C=E9=80=82=E9=85=8D=E5=AE=98=E6=96=B9?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dubhe-server/yaml/common-shardingjdbc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dubhe-server/yaml/common-shardingjdbc.yaml b/dubhe-server/yaml/common-shardingjdbc.yaml index aad573e..f16239e 100644 --- a/dubhe-server/yaml/common-shardingjdbc.yaml +++ b/dubhe-server/yaml/common-shardingjdbc.yaml @@ -6,7 +6,7 @@ spring: master: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy - url: jdbc:log4jdbc:mysql://127.0.0.1:3306/dubhe-cloud-test?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&useInformationSchema=true + url: jdbc:log4jdbc:mysql://127.0.0.1:3306/dubhe-cloud-prod?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&useInformationSchema=true username: test password: test