zoukankan      html  css  js  c++  java
  • Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource

    INFO AbstractPoolBackedDataSource:462 - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [
    acquireIncrement -> 2,
    acquireRetryAttempts -> 30,
    acquireRetryDelay -> 1000,
    autoCommitOnClose -> false,
    automaticTestTable -> null,
    breakAfterAcquireFailure -> false,
    checkoutTimeout -> 0,
    connectionCustomizerClassName -> null,
    connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester,
    dataSourceName -> 1hgezup931crvix8kxplud|7a4e6777,
    debugUnreturnedConnectionStackTraces -> false,
    description -> null,
    driverClass -> com.mysql.jdbc.Driver,
    factoryClassLocation -> null,
    forceIgnoreUnresolvedTransactions -> false,
    identityToken -> 1hgezup931crvix8kxplud|7a4e6777,
    idleConnectionTestPeriod -> 0,
    initialPoolSize -> 3,
    jdbcUrl -> jdbc:mysql://localhost:3306/myhello110?characterEncoding=utf-8,
    lastAcquisitionFailureDefaultUser -> null,
    maxAdministrativeTaskTime -> 0,
    maxConnectionAge -> 0,
    maxIdleTime -> 8,
    maxIdleTimeExcessConnections -> 0,
    maxPoolSize -> 10,
    maxStatements -> 0,
    maxStatementsPerConnection -> 0,
    minPoolSize -> 2,
    numHelperThreads -> 3,
    numThreadsAwaitingCheckoutDefaultUser -> 0,
    preferredTestQuery -> null,
    properties -> {user=******, password=******},
    propertyCycle -> 0,
    testConnectionOnCheckin -> false,
    testConnectionOnCheckout -> false,
    unreturnedConnectionTimeout -> 0,
    usesTraditionalReflectiveProxies -> false

  • 相关阅读:
    八 sizeof枚举
    九 推算程序结果
    十 交换变量特殊写法
    十一 移位-加减优先级 define undef
    十二 部分易忽略的优先级优先级
    十三 C语言的#特殊用法
    十四 访问数组:指针形式,下标形式
    VS出现未加载wntdll.pdb的解决办法
    C++继承产生的问题
    opencv加载图片imread失败的原因
  • 原文地址:https://www.cnblogs.com/ssh2/p/3897720.html
Copyright © 2011-2022 走看看