コード例 #1
0
 /** Init. */
 @Before
 public void beforeTest() {
   config.setJdbcUrl(CommonTestUtils.url);
   config.setUsername(CommonTestUtils.username);
   config.setPassword(CommonTestUtils.password);
   config.setIdleConnectionTestPeriodInMinutes(0);
   config.setIdleMaxAgeInMinutes(0);
   config.setStatementsCacheSize(0);
   config.setReleaseHelperThreads(0);
   config.setDisableConnectionTracking(true);
   config.setStatementReleaseHelperThreads(0);
   config.setStatisticsEnabled(true);
 }