update 优化 删除 hikaricp 官方不推荐使用的配置 jdbc4 协议自带校验方法

This commit is contained in:
疯狂的狮子Li
2023-12-05 12:58:54 +08:00
parent 1cdefc75d1
commit acf66cf423
4 changed files with 0 additions and 8 deletions

View File

@@ -17,8 +17,6 @@ spring:
# url: ${datasource.system-oracle.url}
# username: ${datasource.system-oracle.username}
# password: ${datasource.system-oracle.password}
# hikari:
# connectionTestQuery: SELECT 1 FROM DUAL
# postgres:
# type: ${spring.datasource.type}
# driverClassName: org.postgresql.Driver