You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q: How do I properly shutdown the HikariCP DataSource?
A: Shutting down the DataSource is especially important in web application containers
where applications can be hot-deployed. Call the shutdown() or close() method on
the HikariDataSource instance. You can typically configure Spring or other IOC containers
to specify a "destroy" method.
The text was updated successfully, but these errors were encountered:
See https://github.com/brettwooldridge/HikariCP/wiki/FAQ:
The text was updated successfully, but these errors were encountered: