From 8b56449626c8d724ecfbfd5d641adc8405cb443f Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期一, 20 五月 2024 16:57:12 +0800 Subject: [PATCH] 账号填充 --- src/main/resources/config/application-dev.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config/application-dev.yml b/src/main/resources/config/application-dev.yml index 2315d2e..2f8af09 100644 --- a/src/main/resources/config/application-dev.yml +++ b/src/main/resources/config/application-dev.yml @@ -24,8 +24,8 @@ driver-class-name: com.highgo.jdbc.Driver # url: jdbc:dm://localhost:5236/SYSDBA?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 url: jdbc:highgo://localhost:5866/test?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 - username: highgo - password: Lmx8688139* + username: sysdba + password: Lmx&8688139 maxIdel: 60 initialPoolSize: 2 minPoolSize: 5 -- Gitblit v1.9.1