Commit 8962be46 by Administrator

Update application-test.yml

parent 79d2d36f
...@@ -9,13 +9,13 @@ spring: ...@@ -9,13 +9,13 @@ spring:
override-system-properties: false override-system-properties: false
datasource: datasource:
url: jdbc:dm://localhost:5236/TECHHERO_TRUSTED_TRANSCRIPT?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 url: jdbc:dm://localhost:5236/TECHHERO_TRUSTED_TRANSCRIPT?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
username: SYSDBA username: SYSDBA
password: 1234567890 password: 1234567890
driver-class-name: dm.jdbc.driver.DmDriver driver-class-name: dm.jdbc.driver.DmDriver
hikari: hikari:
minimum-idle: 1 minimum-idle: 1
maximum-pool-size: 5 maximum-pool-size: 5
connection-test-query: select 1 from dual connection-test-query: select 1 from dual
# dynamic: # dynamic:
# primary: master # primary: master
# strict: false # strict: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment