oracle链接问题

This commit is contained in:
fanghongchao
2018-12-24 14:32:20 +08:00
parent 7791bbf4d4
commit a4b28f718a
5 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ spring:
driver: oracle.jdbc.driver.OracleDriver
max-active: 30
test-on-borrow: true
validation-query: SELECT 1
validation-query: SELECT 1 FROM dual
initial-size: 10
min-idle: 1
max-wait: 60000