From 01e8db6e8426c1e8396ad93548eae271d71767df Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期一, 18 三月 2024 13:34:32 +0800 Subject: [PATCH] 达梦82测试库更新 --- src/main/resources/config/application-dev.yml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/config/application-dev.yml b/src/main/resources/config/application-dev.yml index 43061d5..7b5e6a0 100644 --- a/src/main/resources/config/application-dev.yml +++ b/src/main/resources/config/application-dev.yml @@ -20,10 +20,11 @@ datasource: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: dm.jdbc.driver.DmDriver - url: jdbc:dm://localhost:5236/SYSDBA?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 -# url: jdbc:mysql://192.168.10.80:3360/db_user?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true +# url: jdbc:dm://localhost:5236/SYSDBA?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 + url: jdbc:dm://192.168.10.82:5236/SYSDBA?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 username: SYSDBA - password: lmx8688139 +# password: lmx8688139 + password: xzp8688139 maxIdel: 60 initialPoolSize: 2 minPoolSize: 5 -- Gitblit v1.9.1