Skip to content

Lifecycle: shutdown connection pool #2

@pierre

Description

@pierre

See https://github.com/brettwooldridge/HikariCP/wiki/FAQ:

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions