facing issue while starting spring boot using hikaricp
问题 I have done the same, as some blogs have suggested. But still I couldn't able to solve the issue. Environment: spring - 4.2.5.RELEASE spring boot - 1.3.3.RELEASE hikariCP - 2.4.7 @Bean(name="HikariDataSource",destroyMethod = "shutdown") public DataSource dataSource2() { HikariConfig config = new HikariConfig(); config.setDriverClassName("oracle.jdbc.OracleDriver"); config.setJdbcUrl(""); config.setUsername(""); config.setPassword(""); config.addDataSourceProperty("cachePrepStmts", "true");