From 11698c4a6916b32935a89f804e84bb2b710584a4 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Tue, 18 Jun 2024 16:24:47 +0800 Subject: [PATCH] Update application.yml --- application.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/application.yml b/application.yml index 348d322..b80abc3 100644 --- a/application.yml +++ b/application.yml @@ -8,14 +8,20 @@ spring: override-none: true override-system-properties: false datasource: + type: com.alibaba.druid.pool.DruidDataSource + driver-class-name: dm.jdbc.driver.DmDriver + # url: jdbc:dm://127.0.0.1:5236/SYSDBA?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 + url: jdbc:dm://localhost:5236/SYSDBA?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 + username: SYSDBA + password: 123456789 #url: jdbc:mysql://119.96.87.17:30101/online_mark_score?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8&allowMultiQueries=true #jdbc:oracle:thin:@47.105.130.127:9638:orcl #driver-class-name: com.mysql.jdbc.Driver #oracle.jdbc.OracleDriver #username: onlinemarkscore #ENC(25fc8c2d2cff6e142af36d4cd89f2bc0) #password: Abcd1234. #ENC(502aaeb4e3e6be41b742a448fab59864b4271effb5652fddf144e02b67d8ea04) - url: jdbc:oracle:thin:@119.96.87.17:30100:orcl - driver-class-name: oracle.jdbc.OracleDriver - username: techhero_trusted_transcript - password: 123456 + # url: jdbc:oracle:thin:@119.96.87.17:30100:orcl + # driver-class-name: oracle.jdbc.OracleDriver + # username: techhero_trusted_transcript + # password: 123456 hikari: minimum-idle: 1 maximum-pool-size: 5 -- libgit2 0.26.0