1 Reply Latest reply on Feb 7, 2019 11:41 AM by ctomc

    How to configure HIKARI DATASOURCE into Wildfly?

    cesarfelipe460

      Hello everyone,

       

      I already use wildfly with my application, my wildfly has the version 10. Does anyone know if is possible to configure hikari into wildfly?

        • 1. Re: How to configure HIKARI DATASOURCE into Wildfly?
          ctomc

          it is a library and you can configure it programmatically or by some framework that uses it.

           

          But than again, why would you need to do that?

          WildFly comes out the box with support for database connection pooling you just need to configure it.

           

          look at the datasources subsystem.

           

          In recent versions wildfly also ships with new data source pooling system agroal.

          2 of 2 people found this helpful