Hi,
I did forget to mention that Spring boot would not start correctly with
Hikari. I therefore also had to add Tomcat jdbc dependency.
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
</dependency>
On Wed, Jul 11, 2018 at 7:33 AM bitanxen <[email protected]> wrote:
> Hi John,
>
> Thanks a lot for the reply. I will test this out in my setup. Hope this
> will
> help me. Just one question, if you are excluding HikariCP, then how the
> Datasource will be created using ignite cluster's URL and credentials?
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>