please tell me. How can I configure the \"Hikari connection pooling + Hibernate 4.3.8 + Spring Data JPA configuration\"? Here is my configuration, but for some reason I am sure
Your datasource config should be like this:
jdbc:mysql://localhost:3306/exampledb root 250 2048 true true
Complete example with sample project to download can be found in link : http://frameworkonly.com/hikaricp-connection-pooling-in-spring-hibernate-jpa/