Skip to content

Commit

Permalink
完善数据库存储知识库添加采用spring中配置数据源功能
Browse files Browse the repository at this point in the history
  • Loading branch information
jacky6024 committed Dec 7, 2017
1 parent 400dfea commit f9dfb4a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,6 @@ protected void buildSQLStatements() {
+ "set REVISION_ID = ? where JOURNAL_ID = ?";
}

/**
* Bean getters
*/
public String getDriver() {
return driver;
}
Expand Down Expand Up @@ -593,9 +590,6 @@ public int getJanitorFirstRunHourOfDay() {
return janitorNextRun.get(Calendar.HOUR_OF_DAY);
}

/**
* Bean setters
*/
public void setDriver(String driver) {
this.driver = driver;
}
Expand Down

0 comments on commit f9dfb4a

Please sign in to comment.