oracle链接问题
This commit is contained in:
@@ -29,6 +29,8 @@ public class PrimaryDsProperties {
|
||||
private boolean poolPreparedStatements;
|
||||
|
||||
private boolean testOnBorrow;
|
||||
|
||||
private String validationQuery;
|
||||
|
||||
public String getUrl() {
|
||||
return url;
|
||||
@@ -133,4 +135,12 @@ public class PrimaryDsProperties {
|
||||
public void setTestOnBorrow(boolean testOnBorrow) {
|
||||
this.testOnBorrow = testOnBorrow;
|
||||
}
|
||||
|
||||
public String getValidationQuery() {
|
||||
return validationQuery;
|
||||
}
|
||||
|
||||
public void setValidationQuery(String validationQuery) {
|
||||
this.validationQuery = validationQuery;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user