Hi I\'m trying to use HikariCP with Spring for connection pool. I\'m using jdbcTempLate and JdbcdaoSupport. This is my spring configuration file for datasource:
You can create a datasource bean in servlet context as:
jdbc:mysql://localhost:3306/exampledb root 250 2048 true true