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:
Using XML configuration, your data source should look something like this:
jdbc:oracle:thin:@localhost:1521:XE username password
Or you could skip the HikariConfig bean altogether and use an approach like the one mentioned here
HikariConfig