i am using hikariCP with jdk 7 first time (with gradle)
i see need to use
"<artifactId>HikariCP-java7</artifactId>
<version>2.4.13</version>"
but error occur, i still need to add HikariCP not only HikariCP-java7
what's different this two ?
another question, i using jdk 8 with HikariCP 2.7.2,
when i assign "dataSourceClassName: com.mysql.jdbc.jdbc2.optional.MysqlDataSource" in my application.yml file
cannot find this class occur
but when i don't assign
Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I) appear
does this mean when connection is not avaiable and fail immediately without wait to get connection ?
how can i let it wait to get connection ?