Top "Hikaricp" questions

HikariCP is a high-performance JDBC connection pool library.

How do I configure HikariCP in my Spring Boot app in my application.properties files?

I'm trying to set up HikariCP in my Spring Boot (1.2.0.M1) app so I can test using it in place …

java spring spring-boot hikaricp
How to set up datasource with Spring for HikariCP?

Hi I'm trying to use HikariCP with Spring for connection pool. I'm using jdbcTempLate and JdbcdaoSupport. This is my spring …

spring jdbc spring-jdbc jdbctemplate hikaricp
HikariCP - connection is not available

We have Spring-boot/Hibernate/PostgreSQL application in our project and use Hikari as the connection pool. We keep running into …

hibernate postgresql spring-boot hikaricp
Unable to acquire JDBC Connection

I have a Spring Boot project with Hibernate and Hikari DataSource. If i have some functionality with injected SessionFactory object …

hibernate spring-boot hikaricp
Log warning: Thread starvation or clock leap detected (housekeeper delta=springHikariConnectionPool)

I'm using HikariCP 2.4.6 and at Tomcat 8 startup, I get a warning message: 01-Aug-2016 11:18:01.599 INFO [RMI TCP Connection(4)-127.0.0.1] org.apache.…

hikaricp
Default maximumPoolSize for HikariCP

What is the default connection pool size that spring boot HikariCP provides when the container loads? of course, I am …

java spring spring-boot hikaricp max-pool-size
How to set correct MySQL JDBC timezone in Spring Boot configuration

DB: $ mysql --version mysql Ver 14.14 Distrib 5.6.27, for osx10.10 (x86_64) using EditLine wrapper Spring Boot: 2.1.1.RELEASE The error: 2019-01-01 15:56:25.849 ERROR 39957 …

mysql spring-boot hikaricp
HikariCP Postgresql Driver Claims to not accept JDBC URL

I've pushed my application to cloudfoundry. However every time I connect to my postgresql/elephant sql I received this error …

java postgresql jdbc cloud-foundry hikaricp
HikariCP and maxLifetime

I moved my project to HikariCP. Everything is going fine so far, but with one setting I'm having trouble. It's …

java connection-pooling hikaricp
Apparent connection leak detected with Hikari CP

When using native sql operator IN i get exception. Although it throws an exception, it still works as it was …

java hibernate spring-boot spring-data-jpa hikaricp