You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is fixed in the development branch of HikariCP. You can verify whether it fixes your issue:
git clone https://github.com/brettwooldridge/HikariCP.git
cd HikariCP
cd hikaricp-java6
mvn install
In the target directory, you will find a jar HikariCP-java6-2.0.0-SNAPSHOT.jar. If you want to use a maven dependency, use HikariCP-java6 and version 2.0.0-SNAPSHOT.
hello,My English is poor,I do not know if Clears ,using hikaricp1.4.0 appears bug, normal use druid connection pool.
hiariCP config :
###################HikariDataSource#############################################
hikaricp.jdbc.driverClassName=com.mysql.jdbc.Driver
hikaricp.url= jdbc:mysql://115.28.134.193:3306/gameServer40?useUnicode=true&characterEncoding=UTF-8
hikaricp.url= jdbc:mysql://127.0.0.1:3306/gameServer40?useUnicode=true&characterEncoding=UTF-8
hikaricp.quratz_jdbc.url=jdbc:mysql://127.0.0.1:3306/quartz?useUnicode=true&characterEncoding=UTF-8
hikaricp.username=root
hikaricp.jdbc.driverClassName.pgsql=org.postgresql.Driver
hikaricp.url.pgsql=jdbc:postgresql:gameServer
hikaricp.quratz_jdbc.url.pgsql=jdbc:postgresql://localhost:5432//quartz?useUnicode=true&characterEncoding=UTF-8
hikaricp.username.pgsql=postgres
hikaricp.password=123456
hikaricp.connectionTestQuery= SELECT 1
hikaricp.connectionTimeout = 30000
hikaricp.idleTimeout = 600000
hikaricp.maxLifetime = 1800000
池连接数量
hikaricp.maximumPoolSize =100
hikaricp.minimumIdle =100
The text was updated successfully, but these errors were encountered: