Skip to content

Commit 5285dd6

Browse files
committed
delete empty
1 parent 11702a1 commit 5285dd6

File tree

1 file changed

+0
-1
lines changed
  • springboot-SpringSecurity0/src/main/java/com/us/example/config

1 file changed

+0
-1
lines changed

springboot-SpringSecurity0/src/main/java/com/us/example/config/DBconfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public ComboPooledDataSource dataSource() throws PropertyVetoException {
2828
dataSource.setMaxIdleTime(300);
2929
dataSource.setAcquireIncrement(5);
3030
dataSource.setIdleConnectionTestPeriod(60);
31-
3231
return dataSource;
3332
}
3433
}

0 commit comments

Comments
 (0)