vladmihalcea/flexy-pool

Spring Boot support?

linux-china opened this issue · 4 comments

Any plan to implement flexy-pool-spring-boot-starter? It will be very convenient for microservices application developers. Developers just import flexy-pool-spring-boot-starter and all will be ready for usage and metrics.

I'll do it as soon as I have more time to investigate it. Thanks for the tip.

Hi.

In the meantime I have created a starter for integration with flexy-pool (and some others): https://github.com/gavlyukovskiy/spring-boot-data-source-decorator

Cool, thanks! I'll add it to the documentation.

Closed as there is already a solution offered by @gavlyukovskiy.