Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 Dropwizard 与 HikariCP 连接池一起使用,但我想这可能与使用任何连接池有关。如何配置 Dropwizard 以在应用程序关闭时调用 HikariCP 数据源的 shutdown() 方法?甚至可能吗?
HikariCP FAQ 指出 Spring 或其他 IOC 容器使之成为可能,但我现在没有使用 DI 框架,只是 Dropwizard。
看一下Managed界面:http ://www.dropwizard.io/manual/core.html#managed-objects
Managed